Add Compser and NPM scripts, remove Makefile

This commit is contained in:
Oliver Davies 2017-01-05 13:17:40 +00:00
parent 17bb353bbf
commit 58fe8198d3
3 changed files with 11 additions and 29 deletions

View file

@ -1,4 +1,9 @@
{
"scripts": {
"init": "yarn && bower install",
"dev": "gulp watch",
"production": "gulp --production"
},
"devDependencies": {
"bower": "^1.7.7",
"del": "^2.2.0",