mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Comment entry.sh
This commit is contained in:
parent
1c59cac569
commit
f9928abcf1
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ bundle install --jobs 8
|
||||||
# Precompile assets when needed. Don't assume the ENV
|
# Precompile assets when needed. Don't assume the ENV
|
||||||
if [ "$ASSETS_PRECOMPILE" -eq 1 ]; then
|
if [ "$ASSETS_PRECOMPILE" -eq 1 ]; then
|
||||||
echo "Fetching assets..."
|
echo "Fetching assets..."
|
||||||
|
# FIXME: disabled for now
|
||||||
if false; then
|
if false; then
|
||||||
#if [[ -z "$ASSETS_PATH" ]] && [ -d "$ASSETS_PATH"]; then
|
#if [[ -z "$ASSETS_PATH" ]] && [ -d "$ASSETS_PATH"]; then
|
||||||
rm -rf "${APP_PATH}/public/assets"
|
rm -rf "${APP_PATH}/public/assets"
|
||||||
|
|
Loading…
Reference in a new issue