From a142b3c7b6028b1bb8ccc333c2737ddef173f21f Mon Sep 17 00:00:00 2001 From: Jarred de Beer Date: Tue, 17 Dec 2013 22:24:08 +0200 Subject: [PATCH] adding nprogress --- .../github/rstacruz/nprogress@0.1.2.json | 12 ++++++++++++ registry.json | 1 + 2 files changed, 13 insertions(+) create mode 100644 package-overrides/github/rstacruz/nprogress@0.1.2.json diff --git a/package-overrides/github/rstacruz/nprogress@0.1.2.json b/package-overrides/github/rstacruz/nprogress@0.1.2.json new file mode 100644 index 0000000..1a88c95 --- /dev/null +++ b/package-overrides/github/rstacruz/nprogress@0.1.2.json @@ -0,0 +1,12 @@ +{ + "main": "nprogress", + "files": ["nprogress.js", "nprogress.css"], + "shim": { + "nprogress": { + "imports": ["./nprogress.css!"] + } + }, + "buildConfig": { + "uglify": true + } +} diff --git a/registry.json b/registry.json index 276b2e9..ff0ba0c 100644 --- a/registry.json +++ b/registry.json @@ -30,6 +30,7 @@ "modernizr": "github:Modernizr/Modernizr", "moment": "github:moment/moment", "mustache": "github:janl/mustache.js", + "nprogress": "github:rstacruz/nprogress", "ratchet": "github:maker/ratchet", "raphael": "github:DmitryBaranovskiy/raphael", "respond": "github:scottjehl/Respond",