Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
genadis committed Feb 15, 2016
2 parents d45dddb + d0c3e50 commit 2e901c7
Show file tree
Hide file tree
Showing 12 changed files with 136 additions and 180 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# aurelia-mdl

Aurelia wrapper for [Material Design Lite](http://www.getmdl.io).
Base Source forked from [Thanood/aurelia-material](https://github.com/Thanood/aurelia-material)
Base Source forked from [Thanood/aurelia-material](https://github.com/Thanood/aurelia-material).
with lots of credit to [redpelicans/aurelia-material](https://github.com/redpelicans/aurelia-material).

Merged into [aurelia/skeleton-plugin](https://github.com/aurelia/skeleton-plugin)

Best to be used with [genadis/encapsulated-mdl](https://github.com/genadis/encapsulated-mdl) which is configured as jspm dependency. But should work with original mdl as well (will use global mdl), just change the jspm dependency.
Expand Down Expand Up @@ -138,8 +140,10 @@ or
```
or
```html
<require from="../jspm_packages/github/genadis/encapsulated-mdl@2.0.0/material.amber-pink.min.css"></require>
<require from="encapsulated-mdl/material.amber-pink.min.css"></require>
```
> Notice: you should have the dependency defined in package.json/config.js, so SystemJS would know where to look for `encapsulated-mdl`
something like `"encapsulated-mdl": "github:genadis/encapsulated-mdl@^2.0.8"`.

Use wrapped MDL components in your model views as explained above.

Expand Down
2 changes: 1 addition & 1 deletion dist/amd/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 37 additions & 55 deletions dist/amd/mdl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/amd/mdl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/commonjs/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 37 additions & 55 deletions dist/commonjs/mdl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e901c7

Please sign in to comment.