add static builder
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"watch": "tailwindcss -i content/css/app.css -o build/dev/css/app.css --watch",
|
||||
"prod": "tailwindcss -i content/css/app.css -o build/dev/css/app.css --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "^4",
|
||||
"@tailwindcss/typography": "^0.5",
|
||||
"typeface-merriweather": "0.0.72"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user