Add Compser and NPM scripts, remove Makefile
This commit is contained in:
parent
17bb353bbf
commit
58fe8198d3
3 changed files with 11 additions and 29 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"scripts": {
|
||||
"init": "yarn && bower install",
|
||||
"dev": "gulp watch",
|
||||
"production": "gulp --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bower": "^1.7.7",
|
||||
"del": "^2.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue