Skip to content

Commit

Permalink
fix: remove minify() for RockFrontend.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 26, 2025
1 parent 505b462 commit 6a1a21b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public function init()
// watch this file and run "migrate" on change or refresh
if ($rm = $this->rm()) {
$rm->watch($this, 0.01);
$rm->minify(__DIR__ . '/RockFrontend.js');
}

// setup folders that are scanned for files
Expand Down

0 comments on commit 6a1a21b

Please sign in to comment.