diff --git a/Gruntfile.js b/Gruntfile.js index e3a507f..6f7de46 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ var startNodeServer = function(){ var server = new cmsRouter.mount(config, _app); }; -var serverEndpoint = 'http://localhost:8181'; +var serverEndpoint = 'http://127.0.0.1:8181'; var proxyConfig = { proxy: { forward: { @@ -456,7 +456,9 @@ module.exports = function (grunt) { 'coffee', 'ngtemplates', 'copy:styles', + //'copy:dist', 'svgmin', + 'imagemin', 'htmlmin' ] }, diff --git a/app/scripts/config.js b/app/scripts/config.js index b18399e..70d8edf 100644 --- a/app/scripts/config.js +++ b/app/scripts/config.js @@ -2,7 +2,7 @@ window.Config = { baseurl: document.location.origin, sitetitle: 'angular-cms', sitedesc: 'This is the description', - sitebrand: '/images/angular-cms-brand.png', + sitebrand: 'images/angular-cms-brand.png', sitecopy: '2014 ', version: '0.1', email: 'jonniespratley@me.com', @@ -16,32 +16,32 @@ window.Config = { id: 1, title: 'HTML5', body: 'Using HTML5 in every way to make a better user experience.', - image: '/images/feature-html5.png' + image: 'images/feature-html5.png' }, { id: 2, title: 'AngularJS', body: 'The client-side framework of choice is Angular, its a full-stack.', - image: '/images/feature-angular.png' + image: 'images/feature-angular.png' }, { id: 3, title: 'Twitter Bootstrap', body: 'The client-side UI of choice is Twitter Bootstrap 3.0.', - image: '/images/feature-bootstrap.png' + image: 'images/feature-bootstrap.png' }, { id: 4, title: 'PhantomJS', body: 'Fully testable with Jasmine Karma Runner Unit e2e with PhantomJS.', - image: '/images/feature-phantomjs.png' + image: 'images/feature-phantomjs.png' }, { id: 5, title: 'NodeJS', body: 'The server of choice is NodeJS, its fast and scalable.', - image: '/images/feature-nodejs.png' + image: 'images/feature-nodejs.png' }, { id: 6, title: 'MongoDB', body: 'The database of choice is Mongo, its fast and scalable.', - image: '/images/feature-mongodb.png' + image: 'images/feature-mongodb.png' } ], session: { diff --git a/app/views/index.html b/app/views/index.html index ea9700b..4e8fde0 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -1,196 +1,70 @@ - +
The 2012 theme for Angular-CMS takes us back to the Bootstrap 2.3, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
- -By jonniespratley
- -By jonniespratley
- -+ The 2012 theme for Angular-CMS takes us back to the Bootstrap 2.3, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small. +
+ ++ By jonniespratley +
+ ++ By jonniespratley +
+ ++ + | +Title | +Date | +Actions | +
---|---|---|---|
+ + | +{{page.title}}{{page.publish}} | +{{page.created | date:'medium'}} | +
+
+
+
+ |
+
- - | -Title | -Date | -Actions | -
---|---|---|---|
- - | -- {{page.title}} - {{page.publish}} - | -{{page.created | date:'medium'}} | -
-
-
-
-
- |
-
+ + | +Plugin | +Description | +
---|---|---|
+ + | +{{plugin.title}} | +{{plugin.description}} | +
- - | -Plugin | -Description | -
---|---|---|
- - | -{{plugin.title}} | -{{plugin.description}} | -