Build 0.4.0

This commit is contained in:
Kristofer
2018-03-23 18:25:06 +01:00
parent fd8eab3de8
commit 270941b4cf
5 changed files with 8740 additions and 2740 deletions

View File

@@ -8,7 +8,7 @@
},
"private": false,
"scripts": {
"prebuild": "grunt clean:build",
"prebuild": "rimraf build",
"build": "grunt build",
"start": "nodemon utils/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
@@ -33,9 +33,8 @@
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-closure-tools": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"nodemon": "^1.14.7"
"nodemon": "^1.14.7",
"rimraf": "^2.6.2"
}
}