1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 06:45:23 +02:00

Use grunt for building

Add shell commands to gruntfile for local dev.

Build binary if needed for `grunt build`, always build for `grunt release`. Exclude unused assets from jquery.gritter and vis.

Remove Makefile
This commit is contained in:
Kevan Ahlquist 2015-09-14 03:37:07 -05:00
parent 9bdd96527c
commit cdf4767d7d
4 changed files with 70 additions and 41 deletions

View file

@ -30,8 +30,10 @@
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-html2js": "~0.1.0",
"grunt-if": "^0.1.5",
"grunt-karma": "~0.4.4",
"grunt-recess": "~0.3"
"grunt-recess": "~0.3",
"grunt-shell": "^1.1.2"
},
"scripts": {
"postinstall": "bower install"