mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
oops
This commit is contained in:
parent
05b9b2820c
commit
dfbf7cfb03
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
|||
|
||||
include __DIR__.'/bootstrap.php';
|
||||
|
||||
View::gzipAssets();
|
||||
die;
|
||||
|
||||
$options = getopt('f');
|
||||
$force = isset($options['f']); // update even if no NEEDS_UPDATE file exists
|
||||
|
||||
|
@ -23,3 +20,4 @@ chdir(ROOT_DIR);
|
|||
Shell::exec('git fetch && git reset --hard origin/master');
|
||||
|
||||
View::compileCss();
|
||||
View::gzipAssets();
|
||||
|
|
Loading…
Add table
Reference in a new issue