Fixes installer angular module loading - this would have never worked without errors, not sure how we've missed this.

This commit is contained in:
Shannon
2017-07-05 18:22:45 +10:00
parent 1d9e33dadf
commit bba7b15125
6 changed files with 35 additions and 18 deletions

View File

@@ -197,7 +197,7 @@ module.exports = function (grunt) {
src: ['src/installer/**/*.js'],
dest: '<%= distdir %>/js/umbraco.installer.js',
options: {
banner: "<%= banner %>\n(function() { \n\n angular.module('umbraco.install', []); \n",
banner: "<%= banner %>\n(function() { \n\n",
footer: "\n\n})();"
}
},