From 70c9936ed5180d7767319261921c62c0b4d1307d Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 19 Apr 2015 22:54:27 -0400 Subject: [PATCH 1/3] add materialize add materialize github registry entry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index b9405b3..0dc6a3b 100644 --- a/registry.json +++ b/registry.json @@ -193,6 +193,7 @@ "marionette": "github:marionettejs/backbone.marionette", "masonry": "github:desandro/masonry", "material-design-icons": "github:google/material-design-icons", + "materialize": "github:Dogfalo/materialize", "meld": "github:cujojs/meld", "microplugin": "npm:microplugin", "minivents": "github:allouis/minivents", From 860ebc26dc469f3aa503ef103900fe5eee52cfbd Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 26 Apr 2015 20:58:52 -0400 Subject: [PATCH 2/3] added bootstrap-material-design --- .../bootstrap-material-design@0.3.0.json | 18 ++++++++++++++++++ registry.json | 1 + 2 files changed, 19 insertions(+) create mode 100644 package-overrides/github/FezVrasta/bootstrap-material-design@0.3.0.json diff --git a/package-overrides/github/FezVrasta/bootstrap-material-design@0.3.0.json b/package-overrides/github/FezVrasta/bootstrap-material-design@0.3.0.json new file mode 100644 index 0000000..5c13b9a --- /dev/null +++ b/package-overrides/github/FezVrasta/bootstrap-material-design@0.3.0.json @@ -0,0 +1,18 @@ +{ + "main": "dist/js/material", + "shim": { + "dist/js/material": { + "deps": [ + "jquery", + "../css/material.css!", + "../css/ripples.css!", + "./ripples" + ], + "exports": "$" + } + }, + "dependencies": { + "jquery": "github:components/jquery", + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 0dc6a3b..f2df6a6 100644 --- a/registry.json +++ b/registry.json @@ -102,6 +102,7 @@ "bignumber.js": "npm:bignumber.js", "bluebird": "npm:bluebird", "bootstrap": "github:twbs/bootstrap", + "bootstrap-material": "github:fezVrasta/bootstrap-material-design", "bootstrap-slider": "github:seiyria/bootstrap-slider", "bootstrap-wizard": "github:gwrey/bootstrap-wizard", "breeze": "npm:breeze-client", From f222e365214996396df04502a4e2744591df0b65 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 26 Apr 2015 21:01:08 -0400 Subject: [PATCH 3/3] added bootstrap-material-design --- registry.json | 1 - 1 file changed, 1 deletion(-) diff --git a/registry.json b/registry.json index f2df6a6..c18f651 100644 --- a/registry.json +++ b/registry.json @@ -194,7 +194,6 @@ "marionette": "github:marionettejs/backbone.marionette", "masonry": "github:desandro/masonry", "material-design-icons": "github:google/material-design-icons", - "materialize": "github:Dogfalo/materialize", "meld": "github:cujojs/meld", "microplugin": "npm:microplugin", "minivents": "github:allouis/minivents",