diff --git a/Gruntfile.js b/Gruntfile.js index 9fbe6e4..e3a507f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -102,8 +102,6 @@ module.exports = function (grunt) { require('json-proxy').initialize(proxyConfig), mountFolder(connect, '.grunt'), mountFolder(connect, '.tmp'), - mountFolder(connect, config.publicDir), - mountFolder(connect, config.staticDir), mountFolder(connect, 'app') ]; } @@ -418,7 +416,6 @@ module.exports = function (grunt) { src: [ '*.{ico,png,txt}', '.htaccess', //'bower_components/**/*', - 'libs/*', 'images/{,*/}*.{webp}', 'fonts/*' ] @@ -666,7 +663,7 @@ module.exports = function (grunt) { 'concurrent:dist', 'autoprefixer', 'concat', - //'ngmin', + 'ngmin', 'ngtemplates', 'copy:dist', //'cdnify', diff --git a/app/index.html b/app/index.html index fa9a350..a463c2e 100755 --- a/app/index.html +++ b/app/index.html @@ -46,7 +46,7 @@ - + @@ -55,6 +55,10 @@ + @@ -62,10 +66,6 @@

You are using an outdated browser. Please upgrade your browser to improve your experience.

-