compass-filesize

============

This is a compass extension to display the filesize of the generated css files.

Installation

Just go to your terminal an type this

sudo gem install compass-filesize

How to use

In your compass config file add this line

require "compass-filesize"

since v0.2

Since v0.2 you can add this lines to your compass config file to adjust the warning threshold

The default-value is 100KB if you don't set this var in your config.

filesize_warn_max = 100

Note

This is one of my first compass extension, so if you have some annotations don't hesitate and write it here.