diff --git a/.gitignore b/.gitignore
index 0865bb6..b612cc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -364,3 +364,4 @@ FodyWeavers.xsd
.parcel*/
/EnotaryoPH/EnotaryoPH.Web/wwwroot/dist
+/EnotaryoPH/EnotaryoPH.Web/dist/
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/TakeSelfie.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/TakeSelfie.cshtml
index 90a53f6..3293fdc 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/TakeSelfie.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/TakeSelfie.cshtml
@@ -37,6 +37,6 @@
@section Scripts {
-
+
}
\ No newline at end of file
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/UploadIdentification.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/UploadIdentification.cshtml
index e46e863..00338f2 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/UploadIdentification.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/Registration/Steps/UploadIdentification.cshtml
@@ -38,7 +38,7 @@
@section Scripts {
-
+
}
\ No newline at end of file
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml
index 282619f..16dc300 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml
@@ -77,7 +77,7 @@
@section Scripts {
-
+
-
+
}
\ No newline at end of file
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/ChooseNotary.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/ChooseNotary.cshtml
index 0f80412..f8bad6b 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/ChooseNotary.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/ChooseNotary.cshtml
@@ -88,6 +88,6 @@
@section Scripts {
-
+
}
\ No newline at end of file
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/TakeSelfie.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/TakeSelfie.cshtml
index 595cc99..b80907e 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/TakeSelfie.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/TakeSelfie.cshtml
@@ -66,6 +66,6 @@
@section Scripts {
-
+
}
\ No newline at end of file
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadDocument.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadDocument.cshtml
index d00a163..1009e29 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadDocument.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadDocument.cshtml
@@ -50,6 +50,6 @@
@section Scripts {
-
+
}
\ No newline at end of file
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadIdentification.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadIdentification.cshtml
index b7b6130..6e2a911 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadIdentification.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/NotaryoSteps/UploadIdentification.cshtml
@@ -36,7 +36,7 @@
@section Scripts {
-
+
}
diff --git a/EnotaryoPH/EnotaryoPH.Web/package.json b/EnotaryoPH/EnotaryoPH.Web/package.json
index c00c228..202cd5e 100644
--- a/EnotaryoPH/EnotaryoPH.Web/package.json
+++ b/EnotaryoPH/EnotaryoPH.Web/package.json
@@ -4,20 +4,21 @@
"description": "Electronic Notarization Platform",
"author": "Jose Aquino Jr",
"license": "MIT",
- "browser": "wwwroot/dist/jfa.js",
"targets": {
"default": {
"context": "browser",
"outputFormat": "global",
- "scopeHoist": false
+ "scopeHoist": false,
+ "optimize": true,
+ "sourceMap": false
}
},
"browserslist": "> 0.5%",
"scripts": {
"clean": "rimraf wwwroot/dist",
- "build:jfa": "npm run clean && parcel build Assets/js/_Jfa.js --dist-dir wwwroot/dist/js --no-source-maps --no-optimize && parcel build Assets/js/_Jfa.js --dist-dir wwwroot/dist/js2 --no-source-maps",
+ "build:jfa": "npm run clean && parcel build Assets/js/_Jfa.js --dist-dir wwwroot/dist/ --no-source-maps",
"build": "npm run build:jfa",
- "start": "parcel watch Assets/js/_Jfa.js --dist-dir wwwroot/dist/js --no-source-maps"
+ "start": "parcel watch Assets/js/_Jfa.js --dist-dir wwwroot/dist/ --no-source-maps"
},
"devDependencies": {
"parcel": "^2.13.3",