leo
df0c280ad1
All checks were successful
continuous-integration/drone/push Build is passing
* only embed substructure of assets * create subfolders for css, imgs * add .gitattributes file specifying pcmt.css as generated (by tailwind)
13 lines
413 B
JSON
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"
|
|
}
|
|
}
|