diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 0840e42..add91c7 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function (grunt) { // Read configuration from package.json var pkgConfig = grunt.file.readJSON('package.json'); - + grunt.initConfig({ pkg: pkgConfig, @@ -29,10 +29,10 @@ module.exports = function (grunt) { options: { port: 8000, webpack: webpackDevConfig, - publicPath: '/scripts/', + publicPath: '/assets/', contentBase: './<%= pkg.src %>/', }, - + start: { keepAlive: true, } diff --git a/templates/common/index.html b/templates/common/index.html index 654d53a..2e60775 100644 --- a/templates/common/index.html +++ b/templates/common/index.html @@ -14,6 +14,6 @@