Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnucki committed Feb 2, 2016
1 parent fd56a21 commit 765ac30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion app-prod.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
env: 'prod',
debug: false,
verbosity: 1,
secret: 'c8f6ef14-13f1-4399-9020-8c39fa71db1a'
secret: 'c8f6ef24-1af1-4398-9120-8c30fa81db1a'
}
}
};
7 changes: 0 additions & 7 deletions build.js
Expand Up @@ -7,13 +7,6 @@ module.exports = ({
cjsTranslate: true,
paths: {
'async': 'async/lib/async',
/*'chalk': 'chalk/index',
'escape-string-regexp': 'chalk/node_modules/escape-string-regexp/index',
'ansi-styles': 'chalk/node_modules/ansi-styles/index',
'strip-ansi': 'chalk/node_modules/strip-ansi/index',
'ansi-regex': 'chalk/node_modules/strip-ansi/node_modules/ansi-regex/index',
'has-ansi': 'chalk/node_modules/has-ansi/index',
'supports-color': 'chalk/node_modules/supports-color/index',*/
'jquery': 'jquery/dist/jquery'
},
map: {
Expand Down

0 comments on commit 765ac30

Please sign in to comment.