From 1de6e595b1ab9bb0408e02471d8dbf803567346a Mon Sep 17 00:00:00 2001 From: Jarred de Beer Date: Wed, 18 Dec 2013 20:16:11 +0200 Subject: [PATCH] adding parallax --- .../github/wagerfield/parallax@master.json | 16 ++++++++++++++++ registry.json | 1 + 2 files changed, 17 insertions(+) create mode 100644 package-overrides/github/wagerfield/parallax@master.json diff --git a/package-overrides/github/wagerfield/parallax@master.json b/package-overrides/github/wagerfield/parallax@master.json new file mode 100644 index 0000000..1ec10a7 --- /dev/null +++ b/package-overrides/github/wagerfield/parallax@master.json @@ -0,0 +1,16 @@ +{ + "main": "parallax", + "directories": { + "lib": "source" + }, + "files": ["source/parallax.js", "source/requestAnimationFrame.js"], + "shim": { + "parallax": { + "imports": ["./requestAnimationFrame.js"], + "exports": "requestAnimationFrame" + } + }, + "buildConfig": { + "uglify": true + } +} diff --git a/registry.json b/registry.json index 8885ffe..5c7cc15 100644 --- a/registry.json +++ b/registry.json @@ -32,6 +32,7 @@ "moment": "github:moment/moment", "mustache": "github:janl/mustache.js", "nprogress": "github:rstacruz/nprogress", + "parallax": "github:wagerfield/parallax", "ratchet": "github:maker/ratchet", "raphael": "github:DmitryBaranovskiy/raphael", "respond": "github:scottjehl/Respond",