pcmt/package.json
leo df0c280ad1
All checks were successful
continuous-integration/drone/push Build is passing
go: redo asset handling
* only embed substructure of assets
* create subfolders for css, imgs
* add .gitattributes file specifying pcmt.css as generated (by tailwind)
2023-05-08 00:13:33 +02:00

13 lines
413 B
JSON

{
"dependencies": {
"browser-sync": "^2.29.1",
"bs-html-injector": "^3.0.3",
"tailwindcss": "^3.3.0"
},
"scripts": {
"watch-tw": "npx tailwindcss -i ./assets/input/css/tailwind.css -o ./assets/public/css/pcmt.css --watch",
"watch-brs": "npx browser-sync start --config bs.js",
"tw": "npx tailwindcss -i ./assets/input/css/tailwind.css -o ./assets/public/css/pcmt.css --minify"
}
}