mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
commit
72ba65552f
3 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
/data/config.php
|
||||||
/web/css/*
|
/web/css/*
|
||||||
/log
|
/log
|
||||||
/data/secret
|
|
||||||
/web/zohoverify
|
/web/zohoverify
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@ include __DIR__.'/bootstrap.php';
|
||||||
|
|
||||||
chdir(ROOT_DIR);
|
chdir(ROOT_DIR);
|
||||||
|
|
||||||
Shell::exec('rm ./web/css/*');
|
Shell::exec('git fetch && git reset --hard origin/master');
|
||||||
Shell::exec('git checkout master && git pull');
|
|
||||||
|
|
||||||
$scss = new \Leafo\ScssPhp\Compiler();
|
$scss = new \Leafo\ScssPhp\Compiler();
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php $error = isset($error) ? $error : null ?>
|
||||||
<form action="/list-subscribe" method="post" novalidate>
|
<form action="/list-subscribe" method="post" novalidate>
|
||||||
<?php if ($error): ?>
|
<?php if ($error): ?>
|
||||||
<div class="notice notice-error spacer1"><?php echo $error ?></div>
|
<div class="notice notice-error spacer1"><?php echo $error ?></div>
|
||||||
|
@ -30,4 +31,4 @@
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue