firesass icon indicating copy to clipboard operation
firesass copied to clipboard

Not working with Firefox 14 & Firebug 1.10

Open thany opened this issue 13 years ago • 8 comments

I'm not seeing a single sign that FireSass is doing anything. I'm seeing normal Firebug CSS debugging. My SASS files are being compiled in debug/verbose mode.

thany avatar Jul 28 '12 21:07 thany

Me too having the same issue. Is it possible to use a lower version of Firebug?

vijeetgv avatar Aug 02 '12 10:08 vijeetgv

That's certainly possible, but it's tedious and it will stop Firebug from upgrading itself. Plus we don't even know if it will help. I would rather just use the latest Firebug. Most people would have the latest version of plugins anyway.

I have seen FireSass working, and that happened to be on Firefox 13 & Firebug 1.09. But that was also another pc, so there may just as well have been something else that caused FireSass to work (or to stop working).

thany avatar Aug 02 '12 13:08 thany

Anyway, found the solution...hacked the install.rdf & re-packed the xpi file to get it displayed. Had to re-generate the CSS files from the sass tool in --debug-info to get the display after 2-3 redeployments (I use this in a Java/grails project). If you want I can share the updated .xpi file

vijeetgv avatar Aug 02 '12 13:08 vijeetgv

@vijeetgv, maybe you could put up a pull request with the fix?

kosmotaur avatar Aug 26 '12 11:08 kosmotaur

Yeah... can you post the fix?

drewwells avatar Sep 17 '12 21:09 drewwells

Firefox 16.0.2 & Firebug 1.10.6 & FireSass 0.0.9 & Rails 3.2.8 & gem sass-rails

  # config/environments/development.rb
  config.sass.debug_info=true
  config.sass.compressed=false
$ rm -rf tmp/assets/sass

RinatV avatar Nov 07 '12 06:11 RinatV

If someone provides a pull request for better compatibility, I'll merge it.

nex3 avatar Nov 30 '12 23:11 nex3

+1 same problem

@vijeetgv, maybe you could put up a pull request with the fix?

linuxonrails avatar Feb 13 '13 07:02 linuxonrails