-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exoskeleton + Browserify #13
Comments
Looks like the global option solves this issue, right? |
Seems to yes, perhaps your code snippet in the link of my original post could be updated. Also:
Doesn't seem to work because it returns a blank object. The solution that worked for me was:
|
Link me? Or feel free to open a pull / update the wiki On Thu, Mar 26, 2015, 09:03 Anthony Hastings [email protected]
|
Unsure how I had access to the Exoskeleton wiki, but changes can be seen here: |
I don't know about the "problematic" wording but otherwise thanks. Next On Thu, Mar 26, 2015, 09:48 Anthony Hastings [email protected]
|
I see this issue has come up a few times and in the tickets logged there's never really been a resolution. I've followed the instructions here (https://github.com/paulmillr/exoskeleton/wiki/Exoskeleton-without-jQuery) regarding how it should be handled from a Browserify / CommonJS perspective but I constantly get errors even when using aliasify.
The problem seems to be that Aliasify is not transforming anything in
node_modules
that we call as dependencies, so the reference tobackbone
inside your library never seems to get rewritten. The "recipe" in the link posted above, have you verified that it works and have a code example that I could pull?I've logged a ticket with Aliasify:
benbria/aliasify#25
The text was updated successfully, but these errors were encountered: