Fixed package override based on new release structure of materialize (refer to issue #680)
This commit is contained in:
Ali Sabzevari
2015-12-17 21:43:20 +03:30
parent 7261a1f811
commit 6616c1ddf6
@@ -0,0 +1,16 @@
{
"main": "js/materialize",
"shim": {
"js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}