mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +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
|
||||
if [ "$ASSETS_PRECOMPILE" -eq 1 ]; then
|
||||
echo "Fetching assets..."
|
||||
# FIXME: disabled for now
|
||||
if false; then
|
||||
#if [[ -z "$ASSETS_PATH" ]] && [ -d "$ASSETS_PATH"]; then
|
||||
rm -rf "${APP_PATH}/public/assets"
|
||||
|
|
Loading…
Reference in a new issue