diff --git a/.gitignore b/.gitignore index f049c53..956a99c 100755 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ docs dist node_modules angular-cms-db +.log \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 2eddcdf..b2484a8 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js -node_js: - - 'v7.0.0' +#node_js: +# - 'v7.0.0' before_script: - 'npm install -g bower grunt-cli' - 'bower install' diff --git a/package.json b/package.json index 8486501..2eb3b6c 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,10 @@ "bugs": { "url": "https://github.com/jonniespratley/angular-cms/issues" }, - "engines": { - "node": "0.10.x", - "npm": "1.3.x" - }, "scripts": { + "build": "grunt", "test": "grunt test", + "serve": "grunt server", "start": "electron .", "build": "electron-packager . $npm_package_productName --prune --asar --all --version=0.29.1" }, diff --git a/www/404.html b/www/404.html deleted file mode 100644 index 1a4db3a..0000000 --- a/www/404.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Page Not Found :( - - - -
-

Not found :(

-

Sorry, but the page you were trying to view does not exist.

-

It looks like this was the result of either:

- - - -
- - \ No newline at end of file diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 7e403fa..0000000 --- a/www/index.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - Angular-CMS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - -
- - - - - - - - - - - - - - \ No newline at end of file diff --git a/www/views/_aside.html b/www/views/_aside.html deleted file mode 100644 index 9cb58cf..0000000 --- a/www/views/_aside.html +++ /dev/null @@ -1,13 +0,0 @@ -
-
-
-
- -

Menu

-
-
- -
-
-
-
\ No newline at end of file diff --git a/www/views/_content.html b/www/views/_content.html deleted file mode 100644 index abc62ce..0000000 --- a/www/views/_content.html +++ /dev/null @@ -1,12 +0,0 @@ -
-
- -
-
- {{alert.code}}! {{alert.message}} - -
-
-
-
-
\ No newline at end of file diff --git a/www/views/_footer.html b/www/views/_footer.html deleted file mode 100644 index 8f366e1..0000000 --- a/www/views/_footer.html +++ /dev/null @@ -1,11 +0,0 @@ -
-
- -
\ No newline at end of file diff --git a/www/views/_header.html b/www/views/_header.html deleted file mode 100644 index e68e582..0000000 --- a/www/views/_header.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - \ No newline at end of file diff --git a/www/views/_navbar.html b/www/views/_navbar.html deleted file mode 100644 index 78a037d..0000000 --- a/www/views/_navbar.html +++ /dev/null @@ -1,74 +0,0 @@ - - \ No newline at end of file diff --git a/www/views/_sidebar.html b/www/views/_sidebar.html deleted file mode 100644 index 15031dd..0000000 --- a/www/views/_sidebar.html +++ /dev/null @@ -1,43 +0,0 @@ - - \ No newline at end of file diff --git a/www/views/admin.html b/www/views/admin.html deleted file mode 100644 index 71ad1c1..0000000 --- a/www/views/admin.html +++ /dev/null @@ -1,82 +0,0 @@ -
-

WebSockets

-

Use this document as a way to quickly start a new WebSocket project.

-
-
- - -
-
-
-
- -
-
- -
-
- -
- -
-
-Log - - -
- - -
- - Send -
-
- - -
-
- Output -
-
-
- - - - - - - - - - - - - - - - -
ClientMessageTime
{{item.id}}{{item.message}}{{item.datetime | date:'mediumTime'}}
-
-
- -
- -
\ No newline at end of file diff --git a/www/views/dashboard.html b/www/views/dashboard.html deleted file mode 100644 index e7b66e7..0000000 --- a/www/views/dashboard.html +++ /dev/null @@ -1,84 +0,0 @@ -
- - - - - - - -
-
- - Content - -
    -
  • - 42 Pages -
  • -
  • - 2 Categories -
  • -
  • - 5 Tags -
  • -
  • - 23 Files -
  • -
  • - 5 Plugins -
  • -
-
-
- - System - -
-
-

- You are using Angular-CMS 0.1.0 -

- - - -
- -
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
- -
-
- - -
\ No newline at end of file diff --git a/www/views/docs.html b/www/views/docs.html deleted file mode 100644 index c574a72..0000000 --- a/www/views/docs.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/www/views/forgot-password.html b/www/views/forgot-password.html deleted file mode 100644 index 3c43fcd..0000000 --- a/www/views/forgot-password.html +++ /dev/null @@ -1,22 +0,0 @@ -
-
- - -
- Error {{error.code}}! {{error.message}} -
-
- -
- -
-
-
- Back to Login - Create an account -
-
\ No newline at end of file diff --git a/www/views/help.html b/www/views/help.html deleted file mode 100644 index cacd072..0000000 --- a/www/views/help.html +++ /dev/null @@ -1,37 +0,0 @@ -

Help

-
- -
-
-
- -

Welcome to Angular-CMS!

-

Here are some links to help get you started:

-
-
- -
-

Next Steps

-

Add some plugins

-

Upload media

-
-
-

More Actions

-

Manage Users

-

Site Settings

-
-
-
- - - -
- -
- -
\ No newline at end of file diff --git a/www/views/index.html b/www/views/index.html deleted file mode 100644 index 96b4070..0000000 --- a/www/views/index.html +++ /dev/null @@ -1,70 +0,0 @@ -
- - - - -
-
-
-
- -
-
- Current Theme

Twenty Twelve 1.0

-

- 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. -

-

- OPTIONS:Widgets | Menus | Header -

-
-
-
-
-
- -

Twenty Thirteen

-

- By jonniespratley -

- -
-
- -

Twenty Fourteen

-

- By jonniespratley -

- -
-
-
-
- \ No newline at end of file diff --git a/www/views/login.html b/www/views/login.html deleted file mode 100644 index ee5cbea..0000000 --- a/www/views/login.html +++ /dev/null @@ -1,31 +0,0 @@ -
-
- - - - -
- -
-
- -
-

- - Forgot password? -

- -
-

- Create an account -

-
- - -
\ No newline at end of file diff --git a/www/views/main.html b/www/views/main.html deleted file mode 100644 index 67819b7..0000000 --- a/www/views/main.html +++ /dev/null @@ -1,42 +0,0 @@ -
- - -
- -

- {{App.feature.title}} -

-

- {{App.feature.body}} -

- -
- -
-
- -
-
- -

{{item.title}}

-

{{item.body}}

-
-
- -
-
- -
- - -
\ No newline at end of file diff --git a/www/views/media.html b/www/views/media.html deleted file mode 100644 index 12628a7..0000000 --- a/www/views/media.html +++ /dev/null @@ -1,73 +0,0 @@ -

Media

-
-
- - - - -
-
-
- - -
-
- -
-
- - - - - - - - - - - - - - - - - - -
FileTypeDate
- - {{file.filename}}{{file.type}}{{file.created}}
- - - -
-

\ No newline at end of file diff --git a/www/views/pages.html b/www/views/pages.html deleted file mode 100644 index 479d6ae..0000000 --- a/www/views/pages.html +++ /dev/null @@ -1,56 +0,0 @@ -
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - -
- - TitleDateActions
- - {{page.title}}{{page.publish}}{{page.created | date:'medium'}} -
- - -
- -
-
-
-
-
-
-
- - -
-
-
\ No newline at end of file diff --git a/www/views/plugins.html b/www/views/plugins.html deleted file mode 100644 index 4a796e5..0000000 --- a/www/views/plugins.html +++ /dev/null @@ -1,93 +0,0 @@ -
- -
- - -
-
- -
- - -
- -
-
- - - -
-
-
- - - - - - - - - - - - - - - -
- - PluginDescription
- - {{plugin.title}}{{plugin.description}}
-
-
-

- 1 - 10 of 146 items 10 Per Page -

-
-
- -
-
- -
- -
- \ No newline at end of file diff --git a/www/views/profile.html b/www/views/profile.html deleted file mode 100644 index 809808b..0000000 --- a/www/views/profile.html +++ /dev/null @@ -1,36 +0,0 @@ - -
-
-
-
- - - - - - - - - - -
- - -
-
-
-
- -
\ No newline at end of file diff --git a/www/views/register.html b/www/views/register.html deleted file mode 100644 index 7d735b6..0000000 --- a/www/views/register.html +++ /dev/null @@ -1,36 +0,0 @@ -
-
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- Back to Login -
-
\ No newline at end of file diff --git a/www/views/reset-password.html b/www/views/reset-password.html deleted file mode 100644 index fa0f8bd..0000000 --- a/www/views/reset-password.html +++ /dev/null @@ -1,20 +0,0 @@ -
-
-
- -
-
- -
-
- -
-
- -
- -
-
-
\ No newline at end of file diff --git a/www/views/settings.html b/www/views/settings.html deleted file mode 100644 index a5470fc..0000000 --- a/www/views/settings.html +++ /dev/null @@ -1,100 +0,0 @@ - - -
-
- -
- -
-
-
-
-
- -
-
-
- -
-
-
- -
- -
- -
- - -
-
- Example Form -
-
-
- - - -
- - - -
- -
- -
- - - -
- - - General - - - - - - - - - - Network - - - - - - -
- - -
-
-
- -
\ No newline at end of file diff --git a/www/views/themes.html b/www/views/themes.html deleted file mode 100644 index 9dbebd6..0000000 --- a/www/views/themes.html +++ /dev/null @@ -1,32 +0,0 @@ -
-
-

Themes

-
-
-
-
-
- -
-
- Current Theme -

{{App.theme}} 1.0

-

- This is going to be meta data for the theme. -

-

- OPTIONS: - Widgets | Menus | Header -

-
-
-
- -
- -
\ No newline at end of file diff --git a/www/views/users.html b/www/views/users.html deleted file mode 100644 index fbde473..0000000 --- a/www/views/users.html +++ /dev/null @@ -1,151 +0,0 @@ -
- -

Users -

-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - -
- - UsernameE-mailActiveLast UpdatedActions
- - {{ user.username }} {{user.email}} {{group}} {{user.active}} {{user.updated_at | date:'medium'}} -
- - -
-
- - - -
-
-
\ No newline at end of file diff --git a/www/views/widgets.html b/www/views/widgets.html deleted file mode 100644 index 13c3fe2..0000000 --- a/www/views/widgets.html +++ /dev/null @@ -1,57 +0,0 @@ -

Widgets

-
-
-
-
-
-
-
-
- NAVBAR -
-
-
-
-
-
- CONTENT -
-
-
-
- SIDEBAR -
-
-
- -
-
- -
-
- -
-
-
-
- -
-
-
-
-
App.widgets: {{App.widgets | json}}
\ No newline at end of file