From 54d9beac3702f51ec60ec8c720661313e7c22cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Utku=20ER=C5=9EAH=C4=B0NCE?= Date: Fri, 12 Jul 2024 10:33:03 +0300 Subject: [PATCH] removed the timestamp from debug build --- index.html | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 5072de52..c4d670d6 100644 --- a/index.html +++ b/index.html @@ -1503,7 +1503,7 @@

About

-

Last Update: 11.07.2024 11:55:59 (Türkiye)

+

@@ -4622,4 +4622,4 @@ - \ No newline at end of file + diff --git a/package.json b/package.json index 85650e6a..0a2a9162 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "e2e": "node e2e-test-runner.js", "cypress": "cypress open", "test": "echo \"Error: no test specified\" && exit 1", - "build-bundle-js": "browserify app/main.js -o app/bundle.js --debug && node time-stamper.js", + "build-bundle-js": "browserify app/main.js -o app/bundle.js --debug", "watch-js": "nodemon -e js --watch app --ignore app/bundle.js -x \"npm run build-bundle-js\"", "watch-server": "nodemon server.js", - "release-build": "npm run build-bundle-js && node time-stamper.js", + "release-build": "npm run build-bundle-js", "debug-build": "parallelshell \"npm run watch-js\" \"npm run watch-server\"" }, "repository": {