From a86cf20e67202d614bbcaf038c5e04db94483256 Mon Sep 17 00:00:00 2001 From: tigbro Date: Mon, 14 Oct 2013 12:06:26 -0700 Subject: fix: don't inline css in csp mode. Also add `angular-csp.css` to the resulting build. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'Gruntfile.js') 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 } }, -- cgit v1.2.3