diff --git a/Gruntfile.js b/Gruntfile.js index 53cd298..c8a2464 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,6 @@ var proxyConfig = { forward: { '/socket.io/*': serverEndpoint, '/socket.io': serverEndpoint, - '/cms-content': serverEndpoint, '/api': serverEndpoint } } @@ -106,6 +105,8 @@ 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') ]; } diff --git a/app/index.html b/app/index.html index fbc37f0..b363b7f 100755 --- a/app/index.html +++ b/app/index.html @@ -50,7 +50,7 @@ - +
@@ -138,12 +138,12 @@ - - - - - - + + + + + + diff --git a/app/views/themes.html b/app/views/themes.html index 5404a19..961ef57 100755 --- a/app/views/themes.html +++ b/app/views/themes.html @@ -5,37 +5,38 @@