fixed css not generating on scss build

This commit is contained in:
somrat sorkar 2023-08-17 14:05:08 +06:00
parent 8248df3d24
commit ca8ce7fe92
2 changed files with 8 additions and 5 deletions

View File

@ -52,6 +52,9 @@ target = 'css'
source = 'assets/.*\.(js|ts|jsx|tsx)'
target = 'js'
[[build.cachebusters]]
source = 'assets/.*\.(css|scss|sass)'
target = 'css'
[[build.cachebusters]]
source = 'assets/.*\.(.*)$'
target = '$1'

View File

@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@ -21,12 +21,12 @@
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.3"
}