Skip to content

Commit

Permalink
Merge pull request #197 from minrk/no-uglify
Browse files Browse the repository at this point in the history
Don't uglify js
  • Loading branch information
Carreau committed Jul 19, 2015
2 parents 92e0731 + 31ba2eb commit 1c3db62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var rjs_config = {
baseUrl: 'notebook/static',
preserveLicenseComments: false, // license comments conflict with sourcemap generation
generateSourceMaps: true,
optimize: "uglify2",
optimize: "none",
paths: {
underscore : 'components/underscore/underscore-min',
backbone : 'components/backbone/backbone-min',
Expand Down

0 comments on commit 1c3db62

Please sign in to comment.