Set up package.json for myth css processing

This commit is contained in:
Timothy Warren 2016-04-08 11:57:16 -04:00
parent ea1d342db5
commit e35373a114
1 changed files with 11 additions and 0 deletions

11
public/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"scripts": {
"watch": "npm-run-all --parallel watch:base watch:marx",
"watch:base": "myth -w css/base.myth.css css/base.css",
"watch:marx": "myth -w css/marx.myth.css css/marx.css"
},
"devDependencies": {
"myth": "^1.5.0",
"npm-run-all": "^1.7.0"
}
}