This commit is contained in:
Guy Bedford
2015-10-06 14:34:58 +02:00
parent 677ae657cb
commit d97f89c6b6
@@ -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"
}
}