Makes the dev file built more gulp-ish way

This commit is contained in:
2016-02-23 18:22:21 +01:00
parent 603943c4a1
commit 924ea137b9
6 changed files with 97 additions and 28 deletions

View File

@@ -6,18 +6,24 @@
"bower": "^1.7.7",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-debug": "^2.1.2",
"gulp-inject": "^3.0.0",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.0.0",
"gulp-karma": "0.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-junit-reporter": "^0.3.8",
"karma-safari-launcher": "^0.1.1",
"main-bower-files": "^2.11.1",
"path-exists": "^2.1.0",
"protractor": "^3.1.1"
},
"scripts": {