From 83c98b674b0d9cdd81e8070ceb256e3f22d249b7 Mon Sep 17 00:00:00 2001 From: guybedford Date: Thu, 16 Apr 2015 16:39:07 +0200 Subject: [PATCH] add Semantic-UI --- .../Semantic-Org/Semantic-UI@1.11.8.json | 19 +++++++++++++++++++ registry.json | 1 + 2 files changed, 20 insertions(+) create mode 100644 package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json diff --git a/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json b/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json new file mode 100644 index 0000000..ea705d2 --- /dev/null +++ b/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json @@ -0,0 +1,19 @@ +{ + "directories": { + "lib": "dist" + }, + "main": "semantic", + "shim": { + "semantic": { + "deps": [ + "jquery", + "./semantic.css!" + ], + "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 ee433e8..c779bcc 100644 --- a/registry.json +++ b/registry.json @@ -251,6 +251,7 @@ "saairey-bootstrap-wizard": "github:saairey/bootstrap-wizard", "select2": "github:select2/select2", "selectize": "github:brianreavis/selectize.js", + "semantic-ui": "Semantic-Org/Semantic-UI", "scoped-polyfill": "github:PM5544/scoped-polyfill", "showdown": "github:showdownjs/showdown", "sifter": "github:brianreavis/sifter.js",