Skip to content

Commit

Permalink
Fixed all issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lockwood committed Dec 2, 2014
1 parent 1e6ed6e commit 45b3bbb
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 26,348 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bower_components
node_modules
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: false }));
app.use(cookieParser());
app.use(express.static(path.join(__dirname, 'public')));
app.use('/bower_components', express.static(path.join(__dirname, 'bower_components')));

app.use('/', routes);
app.use('/users', users);
Expand Down
19 changes: 19 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "PollApp",
"version": "0.0.0",
"homepage": "https://github.com/greglockwood/PollApp",
"authors": [
"Greg Lockwood <gregl@clearboxsystems.com.au>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-route": "~1.3.5"
}
}
18 changes: 0 additions & 18 deletions public/js/.bower.json

This file was deleted.

18 changes: 0 additions & 18 deletions public/js/angular/.bower.json

This file was deleted.

67 changes: 0 additions & 67 deletions public/js/angular/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions public/js/angular/angular-csp.css

This file was deleted.

Loading

0 comments on commit 45b3bbb

Please sign in to comment.