I don't know if you are referring to a different plugin, but I'm using the
one mentioned on the heroku blog
http://blog.heroku.com/archives/2009/8/18/heroku_sass/

<http://blog.heroku.com/archives/2009/8/18/heroku_sass/>I put together a
quick demo to show how awesome sass, haml, and formtastic are, so some
people on my team could start 'drinking the koolaid' with me!

http://mccaffrey-formtastic.heroku.com/

<http://mccaffrey-formtastic.heroku.com/>my application.sass includes these

@import scaffold.sass
@import formtastic_base.sass
@import skintastic.sass

but the final compiled css doesn't have any line numbers or unexpected
artifacts



On Mon, Jan 11, 2010 at 11:10 AM, Karl <threadh...@gmail.com> wrote:

> Just noticed this today, using sass_on_heroku when I look at the
> generated css, it still contains line numbers.
>
>  /* line 16, ../../app/stylesheets/partials/_base.sass */
>  .spacer-40 { height: 40px; }
>
> I tried the following with no effect:
>    Sass::Plugin.options[:style] = :compact
>    Sass::Plugin.options[:line_numbers] = false
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com<heroku%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>
>
>


-- 
-John
--
You received this message because you are subscribed to the Google Groups "Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/heroku?hl=en.

Reply via email to