Skip to content

Commit 00cdb30

Browse files
committed
Updated final css location
1 parent f8d34fc commit 00cdb30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ node_modules
44
hugo
55
public
66
resources
7-
/assets/*/.generated
7+
/assets/*/out

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"scripts": {
1616
"start": "concurrently npm:watch:*",
1717
"hugo-local": "concurrently npm:watch:tw npm:watch-hugo-local",
18-
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/.generated/style.css --watch",
18+
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/out/style.css --watch",
1919
"watch:hugo": "hugo server -D",
2020
"watch-hugo-local": "./hugo server -D",
21-
"build-styles": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/.generated/style.css",
21+
"build-styles": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/out/style.css",
2222
"build": "hugo --minify --verbose",
2323
"test": "hugo"
2424
},

themes/tailbliss

0 commit comments

Comments
 (0)