Skip to content

Commit

Permalink
Use file-merge with source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
j0tunn committed Jul 31, 2015
1 parent 1ccd695 commit c20a684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/node-configurator.js
Expand Up @@ -81,7 +81,8 @@ exports.configure = function (config, options) {

nodeConfig.addTech([mergeFile, {
sources: ['?.lang.all.js', langTarget, engine.target],
target: target
target: target,
sourcemap: true
}]);

if (_.contains(coverageEngines, engine.name)) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"bower": "1.4.1",
"enb": ">= 0.13.0 < 1.0.0",
"enb": "git://github.com/enb-make/enb#1c9b7a23ab200ed5cff4507b708a1d8935dcf507",
"enb-bemxjst": "1.3.4",
"enb-bh": "0.4.1",
"enb-magic-factory": ">= 0.3.0 < 1.0.0",
Expand Down

0 comments on commit c20a684

Please sign in to comment.