Skip to content

Commit

Permalink
Fix problem with bootstrapping Q
Browse files Browse the repository at this point in the history
NPM overwrites my custom Q in node_modules.  Temporarily moving it aside
and linking differently.

Via @aaronj1335 https://gist.github.com/3429734
  • Loading branch information
kriskowal committed Aug 22, 2012
1 parent 2104f8d commit 9b36532
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Expand Up @@ -28,7 +28,7 @@
var pending = {
"require": "require.js",
"require/browser": "browser.js",
"promise": "node_modules/q/q.js"
"promise": "packages/q/q.js"
};

// TODO preloading of optimized bundles
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -8,5 +8,8 @@
"dependencies": {
"q": "*",
"qs": "*"
},
"directories": {
"packages": "packages"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9b36532

Please sign in to comment.