Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 11 additions and 0 deletions
Showing only changes of commit 1c08959ed3 - Show all commits

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"
}
}