Skip to content

Specific build for Parse Cloud modules. #22

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

Merged
merged 4 commits into from
Jan 5, 2016
Merged

Specific build for Parse Cloud modules. #22

merged 4 commits into from
Jan 5, 2016

Conversation

jpatel531
Copy link
Contributor

Aims to address the issues raised here: kashif/pusher-parse#1

  • If Buffer is undefined, require('buffer').Buffer.
  • Use module bundler (webpack) as Parse Cloud's imports work differently and npm is not available.
  • Webpack replaces require("request") with a new module that has a similar interface to 'request', but uses Parse.Cloud.httpRequest underneath.

WDYT, @leggetter @kashif @pl ?

@kashif
Copy link
Contributor

kashif commented Dec 23, 2015

@jpatel531 looks great! I know that parse has now open-sourced their express and js libraries for example: ParsePlatform/parse-cloud-express so i can try to test it by adding this branch in a package.json...

@jpatel531 jpatel531 force-pushed the parse-build branch 2 times, most recently from 7b3bfb2 to 055a89f Compare January 5, 2016 11:53
jpatel531 added a commit that referenced this pull request Jan 5, 2016
Specific build for Parse Cloud modules.
@jpatel531 jpatel531 merged commit 84af7db into master Jan 5, 2016
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

Successfully merging this pull request may close these issues.

2 participants