Move release script to Grunt (fixes #31)

This commit is contained in:
Pierre Rudloff 2015-10-29 23:21:12 +01:00
parent 22cffe4a90
commit cd97433a4e
3 changed files with 12 additions and 3 deletions

View file

@ -8,7 +8,8 @@
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-phpcs": "~0.4.0",
"grunt-phpunit": "~0.3.6"
"grunt-phpunit": "~0.3.6",
"grunt-contrib-compress": "~0.13.0"
},
"engines": {
"node": "~0.10.29"