From 37f8a05504a4efa7eb4f855f0b63ddfced50a807 Mon Sep 17 00:00:00 2001 From: Jarred de Beer Date: Thu, 12 Dec 2013 19:19:23 +0200 Subject: [PATCH] adding ratchet --- package-overrides/github/maker/ratchet@1.0.1.json | 15 +++++++++++++++ registry.json | 1 + 2 files changed, 16 insertions(+) create mode 100644 package-overrides/github/maker/ratchet@1.0.1.json diff --git a/package-overrides/github/maker/ratchet@1.0.1.json b/package-overrides/github/maker/ratchet@1.0.1.json new file mode 100644 index 0000000..3e38b41 --- /dev/null +++ b/package-overrides/github/maker/ratchet@1.0.1.json @@ -0,0 +1,15 @@ +{ + "main": "ratchet", + "files": ["dist/ratchet.js", "dist/ratchet.css", "dist/touch-icons/apple-touch-icon-114x114.png", "dist/touch-icons/apple-touch-icon-57x57.png", "dist/touch-icons/apple-touch-icon-72x72.png"], + "directories": { + "lib": "dist" + }, + "shim": { + "ratchet": { + "imports": ["./ratchet.css!", "./touch-icons/apple-touch-icon-114x114.png!image", "./touch-icons/apple-touch-icon-57x57.png!image", "dist/touch-icons/apple-touch-icon-72x72.png!image"] + } + }, + "buildConfig": { + "uglify": true + } +} diff --git a/registry.json b/registry.json index e2a4279..276b2e9 100644 --- a/registry.json +++ b/registry.json @@ -30,6 +30,7 @@ "modernizr": "github:Modernizr/Modernizr", "moment": "github:moment/moment", "mustache": "github:janl/mustache.js", + "ratchet": "github:maker/ratchet", "raphael": "github:DmitryBaranovskiy/raphael", "respond": "github:scottjehl/Respond", "select2": "github:ivaynberg/select2",