Skip to content

Commit

Permalink
added modules prepend to node.js tech
Browse files Browse the repository at this point in the history
  • Loading branch information
dab committed Oct 14, 2014
1 parent 2ade48f commit bdbe435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"bemtree.js" : "require('enb-bemxjst/techs/bemtree-old')",
"core-bemhtml" : "require('enb-bemxjst/techs/bemhtml-old')",
"bh" : "require('enb-bh/techs/bh-server')",
"node.js" : "require('enb-diverse-js/techs/node-js')",
"pre-node.js" : "require('enb-diverse-js/techs/node-js'), { target: '?.pre.node.js' }",
"node.js" : "require('enb-modules/techs/prepend-modules'), { source: '?.pre.node.js', target: '?.node.js' }",
"pre-browser.js" : "require('enb-diverse-js/techs/browser-js'), { target: '?.pre.js' }",
"browser.js" : "require('enb-modules/techs/prepend-modules'), { source: '?.pre.js', target: '?.js' }",
"html" : "require('enb/techs/html-from-bemjson')"
Expand Down

0 comments on commit bdbe435

Please sign in to comment.