Set up package.json for myth css processing
This commit is contained in:
parent
4e58950ae2
commit
1c08959ed3
11
public/package.json
Normal file
11
public/package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user