implementation of gulp tasks: install-assets, qunit, mocha_phantomjs

This commit is contained in:
Florian BLOUET
2015-11-06 19:05:15 +01:00
parent 390a199e4e
commit 99c6441b83
4 changed files with 315 additions and 46 deletions

View File

@@ -3,6 +3,8 @@
"version": "4.0.0",
"devDependencies": {
"bower": "~1.3",
"bower-files": "^3.11.3",
"del": "^2.0.2",
"grunt": "~0.4.1",
"grunt-bower-postinst": "~0.2.0",
"grunt-bower-task": "~0.4.0",
@@ -12,6 +14,13 @@
"grunt-contrib-qunit": "^0.7.0",
"grunt-mocha-phantomjs": "~0.3.0",
"grunt-shell": "~0.6",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-install": "^0.6.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-qunit": "^1.2.1",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"jake": "latest",
"mocha-phantomjs": ">=2.0 <3.0",
"recess": ">=1.1.0 <1.1.7",