--------------------------------
Errno::EROFS (Read-only file system - /disk1/home/slugs/
107952_20e620b_6671/mnt/public/stylesheets/compiled/ie.css - Heroku
has a read-only filesystem. See http://docs.heroku.com/constraints#read-only-filesystem):
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:80:in `delete'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:80:in `update_stylesheet'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:70:in `update_stylesheets'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:65:in `each'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:65:in `update_stylesheets'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:63:in `each'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin.rb:63:in `update_stylesheets'
/home/slugs/107952_20e620b_6671/mnt/.gems/gems/haml-edge-2.3.51/lib/
sass/plugin/rails.rb:16:in `process_without_compass'
--------------------------------
It is obvious that Spree tries to regenerate the css files (I think).
Am I right or is it something else?
I case it is a SASS issue, is there a way to disale it since my css
files are done?
thanks.
Add in the file config/initializers/compass.rb
Sass::Plugin.options[:never_update] = true
Before the line
Compass.configure_sass_plugin!
is there some sort of documentation on disabling SASS in Spree ?
--
You received this message because you are subscribed to the Google Groups "Spree" group.
To post to this group, send email to spree...@googlegroups.com.
To unsubscribe from this group, send email to spree-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spree-user?hl=en.
On Jan 25, 3:41 pm, Bradley Grzesiak <b...@bendyworks.com> wrote:
> Yes there is:http://wiki.github.com/railsdog/spree/spree-on-heroku
>
> Here's the entire contents of that page:
>
> Add in the file *config/initializers/compass.rb*
>
> Sass::Plugin.options[:never_update] = true
>
> Before the line
>
> Compass.configure_sass_plugin!
> :brad
>
> On Mon, Jan 25, 2010 at 8:21 AM, Olivier R <orouch...@gmail.com> wrote:
> > is there some sort of documentation on disabling SASS in Spree ?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Spree" group.
> > To post to this group, send email to spree...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > spree-user+...@googlegroups.com<spree-user%2Bunsu...@googlegroups.com>