jc4rp3nt3r / fireless

Firebug Extension: support for Less CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FireDotLess

Firebug Extension: support for .less{} in debug mode

The purpose of this extension is to display the correct file name and line number for CSS rules when using the .less{} framework, a {less} port. The file path and line number in the Style Side Panel of firebug with relect the server side file name & line number. Clicking on the link will continue to take you to the CSS tab, inspecting the combine CSS file.

Background Info:

At its simplest level, .less{} offers server side bundling of files (many CSS files into 1) to limit HTTP requests for more responsive online applications.

This causes a serious headache for developers when using firebug, as it is reporting the file name and line number of the bundled file. This information is accurate from the client side perspective, but it makes development difficult, due to the fact that the actual css rule could be in one of many files on the server and the line numbers are often inaccurate.

Notes:

About

Firebug Extension: support for Less CSS

License:Other


Languages

Language:JavaScript 100.0%