compass/features
Chris Eppstein 6d6e1ca0e3 [Command Line] Specification of sass files to compile
The command line compiler now lets you target specific sass files for
compilation. When specified explicitly, the sass files are always
compiled even if they are older than the corresponding css file (--force
is implied).

Usage Examples:

From the project directory:
compass compile src/screen.sass src/ie.sass

From another directory:
compass compile my_project my_project/src/screen.sass my_project/src/ie.sass
2009-12-18 11:05:08 -08:00
..
step_definitions [Command Line] Specification of sass files to compile 2009-12-18 11:05:08 -08:00
command_line.feature [Command Line] Specification of sass files to compile 2009-12-18 11:05:08 -08:00
extensions.feature [Rails] Allow compass extensions to be stored in the vendor/plugins/compass/extensions directory. 2009-11-18 23:44:30 -08:00