working on angular partials pre caching, reving
Showing
... | @@ -44,7 +44,9 @@ | ... | @@ -44,7 +44,9 @@ |
"karma-mocha": "~0.1.1", | "karma-mocha": "~0.1.1", | ||
"karma-expect": "~1.0.0", | "karma-expect": "~1.0.0", | ||
"grunt-cli": "~0.1.13", | "grunt-cli": "~0.1.13", | ||
"jshint-stylish": "~0.1.5" | "jshint-stylish": "~0.1.5", | ||
"grunt-contrib-concat": "^0.4.0", | |||
"grunt-angular-templates": "^0.5.5" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "0.10.x", | "node": "0.10.x", | ||
... | @@ -55,6 +57,5 @@ | ... | @@ -55,6 +57,5 @@ |
}, | }, | ||
"license": "Apache License", | "license": "Apache License", | ||
"dependencies": { | "dependencies": { | ||
"grunt-contrib-concat": "^0.4.0" | |||
} | } | ||
} | } |
src/app/components/partials.js
0 → 100644
This diff is collapsed.
Click to expand it.
tasks/options/ngtemplates.js
0 → 100644
Please
register
or
sign in
to comment