On 10/3/07, mike jones <[EMAIL PROTECTED]> wrote:
>
>
> becuase the CSS files are now generated
> from sass I have excluded them from my subversion repo (mainly because
> I want to be able to generate using a different :style depending on
> the environment). This causes a problem in production as the css files
> are never generated.
Not a problem if you deploy with Capistrano:
after 'deploy:update_code' do
run "#{release_path}/script/runner 'Sass::Plugin.update_stylesheets'"
end
Put this in your deployment recipe and you'll never have to worry about
generated CSS.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---