-
- Downloads
[TASK] Inject config.json inline
Showing
- Gruntfile.js 2 additions, 2 deletionsGruntfile.js
- app.js 2 additions, 2 deletionsapp.js
- html/index.html 3 additions, 0 deletionshtml/index.html
- package.json 1 addition, 0 deletionspackage.json
- tasks/build.js 15 additions, 0 deletionstasks/build.js
- tasks/development.js 1 addition, 1 deletiontasks/development.js
... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
"grunt-contrib-watch": "^1.0.0", | "grunt-contrib-watch": "^1.0.0", | ||
"grunt-eslint": "^18.1.0", | "grunt-eslint": "^18.1.0", | ||
"grunt-inline": "^0.3.6", | "grunt-inline": "^0.3.6", | ||
"grunt-inline-data": "0.0.6", | |||
"grunt-postcss": "^0.8.0", | "grunt-postcss": "^0.8.0", | ||
"grunt-sass": "^1.2.0", | "grunt-sass": "^1.2.0", | ||
"grunt-sass-lint": "^0.2.0" | "grunt-sass-lint": "^0.2.0" | ||
... | ... |
Please register or sign in to comment