grunt file create first instance
Showing
Gruntfile.js
0 → 100644
app/combined.js
deleted
100644 → 0
This diff is collapsed.
| ... | ... | @@ -8,14 +8,27 @@ |
| "devDependencies": { | ||
| "bower": "^1.3.1", | ||
| "http-server": "^0.6.1", | ||
| "karma": "~0.10", | ||
| "karma": "~0.12", | ||
| "karma-chrome-launcher": "^0.1.12", | ||
| "karma-opera-launcher": "^0.1", | ||
| "karma-junit-reporter": "^0.2.2", | ||
| "istanbul": "^0.3.15", | ||
| "karma-coverage": "^0.4.2", | ||
| "protractor": "^1.1.1", | ||
| "shelljs": "^0.2.6" | ||
| "shelljs": "^0.2.6", | ||
| "grunt": "~0.4.5", | ||
| "grunt-contrib-jshint": "~0.10.0", | ||
| "grunt-contrib-nodeunit": "~0.4.1", | ||
| "grunt-contrib-uglify": "~0.5.0", | ||
| "grunt-cli": "~0.1.13", | ||
| "grunt-html2js": "~0.2.7", | ||
| "grunt-contrib-clean": "~0.5.0", | ||
| "grunt-contrib-connect": "~0.8.0", | ||
| "grunt-contrib-compress": "~0.9.1", | ||
| "grunt-contrib-concat": "~0.4.0", | ||
| "grunt-contrib-watch": "~0.6.1", | ||
| "grunt-bower-task": "~0.3.4", | ||
| "grunt-karma": "~0.8.0" | ||
| }, | ||
| "scripts": { | ||
| "postinstall": "bower install", | ||
| ... | ... |
Please register or sign in to comment