Skip to content

Commit

Permalink
removed the timestamp from debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 12, 2024
1 parent 37d4292 commit 54d9bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ <h2 class="sbgn-text">About</h2>

<tr>
<td>
<p id="build-timestamp" class="sbgn-text">Last Update: 11.07.2024 11:55:59 (Türkiye)</p>
<p id="build-timestamp" class="sbgn-text"></p>
</td>
</tr>

Expand Down Expand Up @@ -4622,4 +4622,4 @@ <h4 class="modal-title">Warning</h4>



</body></html>
</body></html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 54d9bea

Please sign in to comment.