From 7e75b5f7b99837dacf8eed043ee21f6dfc76c84f Mon Sep 17 00:00:00 2001 From: Akash A Date: Mon, 20 Apr 2015 16:00:08 +0100 Subject: [PATCH 1/2] Pikaday package override. Loading css and js together. --- .../github/dbushell/Pikaday/Pikaday@1.3.1.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json diff --git a/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json b/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json new file mode 100644 index 0000000..c38136c --- /dev/null +++ b/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json @@ -0,0 +1,17 @@ +{ + "files": [ + "pikaday.js", + "css/pikaday.css" + ], + "dependencies": { + "css": "*" + }, + "shim": { + "pikaday.js": { + "deps": [ + "pikaday.js", + "css/pikaday.css!" + ] + } + } +} From 48c33c7e0ac390be58a207b02207eb391619690a Mon Sep 17 00:00:00 2001 From: Akash A Date: Mon, 20 Apr 2015 16:06:10 +0100 Subject: [PATCH 2/2] Correcting configuration json. --- .../github/dbushell/Pikaday/Pikaday@1.3.1.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json b/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json index c38136c..0936b74 100644 --- a/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json +++ b/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json @@ -1,16 +1,11 @@ { - "files": [ - "pikaday.js", - "css/pikaday.css" - ], "dependencies": { "css": "*" }, "shim": { "pikaday.js": { "deps": [ - "pikaday.js", - "css/pikaday.css!" + "./css/pikaday.css!" ] } }