Skip to content

Commit

Permalink
Don't remove development code from development build. Resolves #2004
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo-Delgado committed Nov 9, 2015
1 parent 7c43429 commit f04a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config_stealPluginify.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module.exports = function(){
modules: [{type: "core"}],
dest: path.join(__dirname,"..","dist/can.jquery.dev.js"),
normalize: canNormalize,
keepDevelopmentCode: true,
removeDevelopmentCode: false,
minify: false
},
"jquery-core-min +ignorelibs": {
Expand Down

0 comments on commit f04a4d5

Please sign in to comment.