sulphuris
Version:
An adaptable CSS utility library
20 lines (19 loc) • 343 B
JSON
{
"styles": {
"in": "src/index.scss",
"out": "dist/sulphuris.css",
"options": {
"sourcemap": true,
"minify": true
}
},
"banner": "/* {{ name }} v{{ version }} | {{ homepage }} | {{ license }} License */",
"serve" : {
"port": 4040,
"base": "/"
},
"livereload": true,
"watch": [
"src"
]
}