diff --git a/.gitignore b/.gitignore index 48ad01b..3dbb9ef 100755 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,21 @@ -node_modules + .tmp .idea .grunt .sass-cache .project -app/bower_components -coverage/ -db/ -db/* -db/angular-cms.0 -db/angular-cms.1 -db/angular-cms.ns -www/cms-content/uploads/ -coverage/ +.c9 .DS_Store + + atlassian-ide-plugin.xml + + +app/bower_components +coverage +db +www +coverage docs dist -.c9 +node_modules \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 929dda2..34be01a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -46,7 +46,7 @@ module.exports = function (grunt) { yeoman: { // configurable paths app: require('./bower.json').appPath || 'app', - dist: 'dist', + dist: 'www', tmp: '.tmp' }, diff --git a/www/_index.html b/www/_index.html deleted file mode 100644 index 3e9733e..0000000 --- a/www/_index.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - Passport-Local Example - - - - - - - - -
- -
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

-
- -
- - - -