Skip to content

Commit

Permalink
Do not ignore application configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Horn committed May 26, 2016
1 parent 792ea3d commit 430bdd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
app.js
vendor.js
specs.js
*bundle.js
Expand Down
5 changes: 5 additions & 0 deletions assets/scripts/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

module.exports = {
host: 'http://localhost:3000',
};

0 comments on commit 430bdd0

Please sign in to comment.