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

Add compatibilty with jspm and SystemJS #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gsontag
Copy link

@gsontag gsontag commented Jun 14, 2016

It's an update I made for a private project, but the only way to work with jspm dependency management and systemJS loader, because moment.js didn't create global when loaded by systemJS.
There is two modification for work with jspm:

  • Add jspm dependencies informations in package.json
  • Add a hook in js files to check if global exists and load it if not.

PS: replace the pull request initially made from my master, appologies

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.

1 participant