typo in script/server
This commit is contained in:
parent
38673158f6
commit
5918dbf786
1 changed files with 2 additions and 2 deletions
|
|
@ -160,8 +160,8 @@ fi
|
|||
# echo 'WARNING: Jammit precache error (now or at install)' >&2
|
||||
#fi
|
||||
|
||||
if [ ! -e 'public/assets/default.css']; then
|
||||
if ["$RAILS_ENV" == 'production']; then
|
||||
if [ ! -e 'public/assets/default.css' ]; then
|
||||
if [ "$RAILS_ENV" == 'production' ]; then
|
||||
echo "INFO: If you want further performance improvements," >&2
|
||||
echo "after the first request to the page after each git pull, run:" >&2
|
||||
echo "bundle exec jammit" >&2
|
||||
|
|
|
|||
Loading…
Reference in a new issue