-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Please add support for a module system #1348
Comments
I am trying to load the library using SystemJS ( https://github.com/systemjs/systemjs ) and the problem seems to be fired by how "VelocityJS.org" is inserted inside material.js. That library tries to declare itself twice when a module loader is present. Using systemJS I just had to declare materialize as a global script adding the following header to materialize.js:
This is just a workaround! |
JSPM support was rejected - #1208 |
Please close ;) |
First off great job and congratulation.
It would be great if you could integrate properly with a module loader system, we are using JSPM and when I tried your project I got some unexpected behaviours.
jspm install npm:materialize-css
errors on:
http://localhost:3000/jspm_packages/npm/[email protected] 404 (Not Found)
and when using jspm install bower:materialize
the wave effect doesn't work
the setup is simple:
I think you guys need to integrate with a good module loader as relying on globals is a way of the past and prone to errors... Let me know if you need any more info.
The text was updated successfully, but these errors were encountered: