css should be delivered by asset pipeline(?)
This commit is contained in:
parent
302346bcdb
commit
62edcb8c21
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ echo "Start Xvfb"
|
||||||
sh -e /etc/init.d/xvfb start
|
sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
# Regenerate css files
|
# Regenerate css files
|
||||||
echo "Regenerating CSS files"
|
#echo "Regenerating CSS files"
|
||||||
bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
|
#bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
|
||||||
|
|
||||||
# Create a database.yml for the right database
|
# Create a database.yml for the right database
|
||||||
echo "Setting up database.yml for $DB"
|
echo "Setting up database.yml for $DB"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue