This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Main application file | |
*/ | |
'use strict'; | |
// Set default node environment to development | |
process.env.NODE_ENV = process.env.NODE_ENV || 'development'; | |
var express = require('express'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"...", | |
"dependencies": { | |
"angular-bootstrap": "~0.10.0", | |
"angular-cookies": "~1.3", | |
"angular-flash": "~0.1", | |
"angular-resource": "~1.3", | |
"angular-route": "~1.3", | |
"angular-sanitize": "~1.3", | |
"angulartics": "~0.14", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Travis CI > Heroku | |
# deploy /dist folder | |
# | |
# author: Nick Kaye | |
# laboratory: Outright Mental Inc. | |
# | |
# NOTES: | |
# Heroku & Compass CLI in Gemfile for Bundler | |
# Bower & Grunt CLI in Package.json for Npm |