Skip to content

Commit

Permalink
fix browser build: source-node was not included
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Dec 8, 2011
1 parent a0279e3 commit ecbfd7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.dryice.js
Expand Up @@ -21,7 +21,8 @@ function buildBrowser() {
copy.source.commonjs({
project: project,
require: [ 'lib/source-map/source-map-generator',
'lib/source-map/source-map-consumer' ]
'lib/source-map/source-map-consumer',
'lib/source-map/source-node']
}),
'build/suffix-browser.js'
],
Expand Down

0 comments on commit ecbfd7a

Please sign in to comment.