diff --git a/dist/index.html b/dist/index.html index b2eeb46..b855b6d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,3 +1,3 @@ -angular
\ No newline at end of file +
\ No newline at end of file diff --git a/gulp/build.js b/gulp/build.js index 9f15428..18a5214 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -20,7 +20,7 @@ gulp.task('partials', function () { quotes: true })) .pipe($.angularTemplatecache('templateCacheHtml.js', { - module: 'angular', + module: 'noosferoApp', root: 'app' })) .pipe(gulp.dest(conf.paths.tmp + '/partials/')); @@ -51,7 +51,8 @@ gulp.task('html', ['inject', 'partials'], function () { .pipe($.replace('bower_components/messageformat/', noosferoThemePrefix + 'locale/messageformat/')) .pipe($.sourcemaps.init()) .pipe($.ngAnnotate()) - .pipe($.uglify({ preserveComments: $.uglifySaveLicense })).on('error', conf.errorHandler('Uglify')) + // TODO - check how to make uglify work with ngforward + //.pipe($.uglify({ preserveComments: $.uglifySaveLicense })).on('error', conf.errorHandler('Uglify')) .pipe($.sourcemaps.write('maps')) .pipe(jsFilter.restore) .pipe(cssFilter) diff --git a/src/index.html b/src/index.html index bc37b1f..954dffd 100644 --- a/src/index.html +++ b/src/index.html @@ -36,10 +36,7 @@ - - - - + -- libgit2 0.21.2