aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authortigbro2013-10-14 12:06:26 -0700
committerIgor Minar2013-10-22 15:21:23 -0700
commita86cf20e67202d614bbcaf038c5e04db94483256 (patch)
tree9d8eadd5de50d6ba2b96f9432cee256647e6b681 /Gruntfile.js
parentb9557b0a86206d938a738ea470736d011dff7e1a (diff)
downloadangular.js-a86cf20e67202d614bbcaf038c5e04db94483256.tar.bz2
fix: don't inline css in csp mode.
Also add `angular-csp.css` to the resulting build.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index c4d2bb21..8c957e63 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -121,6 +121,7 @@ module.exports = function(grunt) {
src: util.wrap([files['angularSrc']], 'angular'),
styles: {
css: ['css/angular.css'],
+ generateCspCssFile: true,
minify: true
}
},