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)' source = 'assets/.*\.(js|ts|jsx|tsx)'
target = 'js' target = 'js'
[[build.cachebusters]] [[build.cachebusters]]
source = 'assets/.*\.(css|scss|sass)'
target = 'css'
[[build.cachebusters]]
source = 'assets/.*\.(.*)$' source = 'assets/.*\.(.*)$'
target = '$1' target = '$1'

View File

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