Skip to content
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

Include Parse.com Parse SDK #59

Closed
rigelinside opened this issue May 28, 2013 · 1 comment
Closed

Include Parse.com Parse SDK #59

rigelinside opened this issue May 28, 2013 · 1 comment

Comments

@rigelinside
Copy link

Hi ,
I guess it not a very generic question as in useful for many people but I did find any answer so asking.
I am unable to include parse.com sdk. No matter where I require it (example app.js) I get "parse is not defined"
ex: require('./vendor/parse1.2-7')
I tried couple of other things but didn't work.
I am trying to implement something like neptuneJS ( https://github.com/bwship/neptunejs)
Thanks

_UPDATED_**
I am sorry not an ember tool issue.
I split the parse sdk into 2 part underscore and parse.
Add this line in each file respectively
module.exports = Parse;
module.exports = _;
and used require(). now working. close

@ryanflorence
Copy link
Owner

yeah, since its commonjs you sometimes have to help 3rd party libs work, sorry for not responding sooner :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants