diff options
| -rw-r--r-- | lib/grunt/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 9d51e81c..97beb71b 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -85,7 +85,7 @@ module.exports = { .replace(/\\/g, '\\\\') .replace(/'/g, "\\'") .replace(/\r?\n/g, '\\n'); - return "angular.element(document).find('head').append('<style type=\"text/css\">" + css + "</style>');"; + return "angular.element(document).find('head').prepend('<style type=\"text/css\">" + css + "</style>');"; } }, |
