From a6a4da8c5d86a3bdd9cd30f4bd454973a1f900ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wn=C4=99trzak?= Date: Fri, 24 Jun 2011 12:11:29 +0200 Subject: [PATCH] added info about compiling sass files --- README.rdoc | 6 ++++++ app/stylesheets/partials/_chat_room.sass | 4 +--- app/stylesheets/partials/_supervision.sass | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 325c426..7d0e3fe 100644 --- a/README.rdoc +++ b/README.rdoc @@ -96,3 +96,9 @@ Eventually you can connect to separate instace of redis server (if running) * app/views/pages/_about..html.haml * app/views/pages/_help..html.haml * README / LIESMICH + +== Deploying + +If you are having problems with compiling sass files, try this: + + bundle exec compass compile -e production --force diff --git a/app/stylesheets/partials/_chat_room.sass b/app/stylesheets/partials/_chat_room.sass index 389d5d3..4b12379 100644 --- a/app/stylesheets/partials/_chat_room.sass +++ b/app/stylesheets/partials/_chat_room.sass @@ -1,6 +1,5 @@ .chat-room-part overflow: auto - .chat_room .messages_part border: 1px solid $primary-color-1 height: 25em @@ -22,5 +21,4 @@ border: 1px solid $primary-color-1 width: 80% &:focus - +box_shadow($primary-color-2, 0, 0, 5px) - + +single-box-shadow($primary-color-2, 0, 0, 5px) diff --git a/app/stylesheets/partials/_supervision.sass b/app/stylesheets/partials/_supervision.sass index 6b155bb..56f9a7c 100644 --- a/app/stylesheets/partials/_supervision.sass +++ b/app/stylesheets/partials/_supervision.sass @@ -78,7 +78,7 @@ width: 100% border: 1px solid $primary-color-1 &:focus - +box_shadow($primary-color-2, 0, 0, 5px) + +single-box-shadow($primary-color-2, 0, 0, 5px) .supervision_statusbar +reset_box_model