From 1d470fbf5d79b50e2394a3becace1aacfa797808 Mon Sep 17 00:00:00 2001 From: Karthick Date: Tue, 31 May 2016 11:40:53 +0530 Subject: [PATCH 1/8] ignored web all js files --- package.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 415a362b..15ad7fef 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,20 @@ "jquery": "*", "jquery-easing": "*", "jsrender": "*" - } + }, + "ignore": [ + + ".npmignore", + + "package.json", + + "Scripts/jquery.unobtrusive-ajax.min.js", + + "Scripts/jquery.validate.unobtrusive.min.js", + + "Scripts/web/ej.web.all.*.js", + + ], } } From cae124292c7708b7541cea632c90f1638dbb768f Mon Sep 17 00:00:00 2001 From: Karthick Date: Tue, 31 May 2016 11:43:43 +0530 Subject: [PATCH 2/8] parsing error resolved --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15ad7fef..97147b6c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "Scripts/web/ej.web.all.*.js", - ], + ] } } From 46a5e398ac483534cefbf1b84e6402425d05e339 Mon Sep 17 00:00:00 2001 From: karthickthangasamy Date: Tue, 31 May 2016 11:47:02 +0530 Subject: [PATCH 3/8] parsing error resolved --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 97147b6c..4c6955c5 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,7 @@ "Scripts/jquery.validate.unobtrusive.min.js", - "Scripts/web/ej.web.all.*.js", - + "Scripts/web/ej.web.all.*.js" ] } } From 7cb4b2e9564f2726b6566f8c669a4ab48003e9bf Mon Sep 17 00:00:00 2001 From: karthickthangasamy Date: Tue, 31 May 2016 11:57:18 +0530 Subject: [PATCH 4/8] ignore web all scripts committed --- package.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4c6955c5..5e24ce77 100644 --- a/package.json +++ b/package.json @@ -63,20 +63,14 @@ ], "dependencies": { "jquery": "*", - "jquery-easing": "*", + "jquery-easing": "github:gdsmith/jquery.easing", "jsrender": "*" }, "ignore": [ - - ".npmignore", - - "package.json", - "Scripts/jquery.unobtrusive-ajax.min.js", - - "Scripts/jquery.validate.unobtrusive.min.js", - - "Scripts/web/ej.web.all.*.js" + "Scripts/jquery.validate.unobtrusive.min.js", + "Scripts/web/ej.web.all*.js", + "Scripts/web/ej.web.all*.map" ] } } From 80ffb8c91e9201ebc88f8437e7ebfaa5ecbd379a Mon Sep 17 00:00:00 2001 From: karthickthangasamy Date: Tue, 31 May 2016 12:05:22 +0530 Subject: [PATCH 5/8] ignore files and registry added --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e24ce77..32284079 100644 --- a/package.json +++ b/package.json @@ -57,20 +57,24 @@ "jspm": { "main": false, "format": "amd", + "registry" : "npm", "files": [ "Scripts", "Content" ], "dependencies": { "jquery": "*", - "jquery-easing": "github:gdsmith/jquery.easing", + "jquery-easing": "*", "jsrender": "*" }, "ignore": [ "Scripts/jquery.unobtrusive-ajax.min.js", - "Scripts/jquery.validate.unobtrusive.min.js", + "Scripts/jquery.validate.unobtrusive.min.js", + "Scripts/jsrender.min.js", + "Scripts/ej.widgets.all*.js", + "Scripts/ej.widgets.all.min.map", "Scripts/web/ej.web.all*.js", - "Scripts/web/ej.web.all*.map" + "Scripts/web/ej.web.all.min.map" ] } } From 177dddaca9440868f5a2cf9a8312e087607739e9 Mon Sep 17 00:00:00 2001 From: karthickthangasamy Date: Tue, 31 May 2016 12:23:18 +0530 Subject: [PATCH 6/8] common scripts ignore list updated --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 32284079..dae79e42 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,12 @@ "Scripts/jsrender.min.js", "Scripts/ej.widgets.all*.js", "Scripts/ej.widgets.all.min.map", + "Scripts/common/ej.webform.min.js", + "Scripts/common/ej.webform.min.map", + "Scripts/common/ej.widget.angular.min.js", + "Scripts/common/ej.widget.angular.min.map", + "Scripts/common/ej.widget.ko.min.js", + "Scripts/common/ej.widget.ko.min.map", "Scripts/web/ej.web.all*.js", "Scripts/web/ej.web.all.min.map" ] From f78070f15f2f6afb06f5d1f5f9e2619a7303a9fa Mon Sep 17 00:00:00 2001 From: karthickthangasamy Date: Tue, 31 May 2016 12:29:37 +0530 Subject: [PATCH 7/8] ej.unobtrusive.min file added in ignore list --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index dae79e42..7b6c5f4c 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,8 @@ "Scripts/jsrender.min.js", "Scripts/ej.widgets.all*.js", "Scripts/ej.widgets.all.min.map", + "Scripts/common/ej.unobtrusive.min.js", + "Scripts/common/ej.unobtrusive.min.map", "Scripts/common/ej.webform.min.js", "Scripts/common/ej.webform.min.map", "Scripts/common/ej.widget.angular.min.js", From de1a2cf142d5cf3cee9b889b4589d2296d53c94d Mon Sep 17 00:00:00 2001 From: karthickthangasamy Date: Tue, 31 May 2016 15:32:26 +0530 Subject: [PATCH 8/8] jquery-validation-unobtrusive and jquery-validation added as dependencies --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b6c5f4c..675783e8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,9 @@ "dependencies": { "jquery": "*", "jquery-easing": "*", - "jsrender": "*" + "jsrender": "*", + "jquery-validation": "*", + "jquery-validation-unobtrusive": "*" }, "ignore": [ "Scripts/jquery.unobtrusive-ajax.min.js",