Merge pull request #366 from delebash/master

added materialize css framework
This commit is contained in:
Guy Bedford
2015-05-01 12:38:49 +02:00
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"
}
}