From d32f469e7efcbd6bade4128d0d7fba8443da8ef3 Mon Sep 17 00:00:00 2001 From: Jonnie Spratley Date: Sat, 20 Dec 2014 13:47:32 -0800 Subject: [PATCH] fixed cdn links --- Gruntfile.js | 3 ++- app/index.html | 14 ++++++------- app/views/themes.html | 49 ++++++++++++++++++++++--------------------- 3 files changed, 34 insertions(+), 32 deletions(-) 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 @@

Themes


-
-
- -
-
-Current Theme -

{{App.theme}} 1.0

-

This is going to be meta data for the theme.

-

OPTIONS: Widgets | Menus | Header

-
-
+
+
+ +
+
+ Current Theme +

{{App.theme}} 1.0

+

This is going to be meta data for the theme.

+

+ OPTIONS: + Widgets | + Menus | + Header +

+
+
- - - -
-