mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47: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';
|
include __DIR__.'/bootstrap.php';
|
||||||
|
|
||||||
View::gzipAssets();
|
|
||||||
die;
|
|
||||||
|
|
||||||
$options = getopt('f');
|
$options = getopt('f');
|
||||||
$force = isset($options['f']); // update even if no NEEDS_UPDATE file exists
|
$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');
|
Shell::exec('git fetch && git reset --hard origin/master');
|
||||||
|
|
||||||
View::compileCss();
|
View::compileCss();
|
||||||
|
View::gzipAssets();
|
||||||
|
|
Loading…
Add table
Reference in a new issue