Skip to content

Commit

Permalink
Merge branch 'feature/dynamicConfig' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed Jul 10, 2016
2 parents a6160f8 + d9e2bb4 commit 6635b44
Show file tree
Hide file tree
Showing 19 changed files with 1,453 additions and 854 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"no-param-reassign": 0,
"no-shadow": 0,
"consistent-return": 0,
"func-names": 0
"func-names": 0,
"indent": 0
},
"env": {
"browser": true,
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ webconfig.js
webserver/public/lib/js/webconfig.js
pidfile
log.txt
config.hjson

# IDE files
.idea
Loading

0 comments on commit 6635b44

Please sign in to comment.