added materialize css framework

This commit is contained in:
dan
2015-04-30 14:57:42 -04:00
parent f222e36521
commit cf5d6b7985
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"main": "dist/js/materialize",
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}