Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed build files - isomorph/url was missing
  • Loading branch information
insin committed Jul 14, 2012
1 parent 081262e commit 73ff4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fragile/support/build.js
Expand Up @@ -15,6 +15,7 @@ buildumb.build({
, 'node_modules/isomorph/querystring.js' : ['./querystring', 'isomorph/querystring']
, 'node_modules/isomorph/copy.js' : ['./copy', 'isomorph/copy']
, 'node_modules/isomorph/time.js' : ['./time', 'isomorph/time']
, 'node_modules/isomorph/url.js' : ['./url', 'isomorph/url']
, 'node_modules/isomorph/index.js' : 'isomorph'
// concur
, 'node_modules/Concur/lib/concur.js' : 'Concur'
Expand Down
1 change: 1 addition & 0 deletions support/build.js
Expand Up @@ -15,6 +15,7 @@ buildumb.build({
, 'node_modules/isomorph/querystring.js' : ['./querystring', 'isomorph/querystring']
, 'node_modules/isomorph/copy.js' : ['./copy', 'isomorph/copy']
, 'node_modules/isomorph/time.js' : ['./time', 'isomorph/time']
, 'node_modules/isomorph/url.js' : ['./url', 'isomorph/url']
, 'node_modules/isomorph/index.js' : 'isomorph'
// concur
, 'node_modules/Concur/lib/concur.js' : 'Concur'
Expand Down

0 comments on commit 73ff4ac

Please sign in to comment.