Skip to content

Commit

Permalink
Begin shaping codebase for loopback migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Jun 1, 2015
1 parent 73de78b commit d9c3251
Show file tree
Hide file tree
Showing 74 changed files with 1,182 additions and 1,316 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"window": true,
"$": true,
"ga": true,
"jQuery": true
"jQuery": true,
"router": true
},
"rules": {
"no-comma-dangle": 2,
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: ./node_modules/.bin/forever -m 5 app.js
web: ./node_modules/.bin/forever -m 5 server.js
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Project Structure
| **views/partials**/footer.jade | Footer partial template. |
| **views**/layout.jade | Base template. |
| **views**/home.jade | Home page template. |
| app.js | Main application file. |
| server.js | Main application file. |


List of Packages
Expand Down Expand Up @@ -155,7 +155,7 @@ List of Packages
| github-api | GitHub API library. |
| jade | Template engine for Express. |
| less | LESS compiler. Used implicitly by connect-assets. |
| helmet | Restricts Cross site requests. You can modify its settings in app.js |
| helmet | Restricts Cross site requests. You can modify its settings in server.js |
| mongoose | MongoDB ODM. |
| nodemailer | Node.js library for sending emails. |
| passport | Simple and elegant authentication library for node.js |
Expand Down
53 changes: 0 additions & 53 deletions controllers/challengeMap.js

This file was deleted.

Loading

0 comments on commit d9c3251

Please sign in to comment.