Richard Wöber
b43223b637
removed RMagic dependecy
2009-12-30 19:38:41 +01:00
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
Chris Eppstein
00958c1b24
Don't leave directories around after testing.
2009-11-17 13:47:33 -08:00
Chris Eppstein
a281dc1d5f
[Command Line] Primary commands get special status in the initial help output.
2009-11-16 17:57:50 -08:00
Chris Eppstein
b0637be654
Fix some test errors that occur when gems are missing.
2009-10-30 08:19:44 -07:00
Chris Eppstein
7d04f480b9
Make the stats scenario pass now that it's real.
2009-10-29 09:57:15 -07:00
Chris Eppstein
0d45a3b4aa
Subcommand for writing a configuration file.
2009-10-26 18:52:27 -07:00
Chris Eppstein
dd750391be
Subcommand for CSS validation.
2009-10-26 18:52:00 -07:00
Chris Eppstein
149978b4c9
A helper function for capturing the output of a pipe.
2009-10-26 09:24:38 -07:00
Chris Eppstein
217c522a92
test scenario for the rails project initialization.
2009-10-25 20:15:31 -07:00
Chris Eppstein
0e244f21c5
Oh look, there's the ruby call I was looking for (exit!)
2009-10-25 20:13:28 -07:00
Chris Eppstein
3e99fedab0
Added a watch subcommand. Watching a project can now by done with: compass watch
2009-10-25 00:47:09 -07:00
Chris Eppstein
58cc6c0aab
Scenario for recompiling after changes.
2009-10-24 17:53:02 -07:00
Chris Eppstein
61264714bd
Scenarios for the help subcommand.
2009-10-24 17:46:59 -07:00
Chris Eppstein
c8df3f3c42
New subcommand: compile
2009-10-24 17:44:42 -07:00
Chris Eppstein
f9c5644dcc
Ability to create a bare project by passing the --bare option to the create command.
2009-10-24 15:21:08 -07:00
Chris Eppstein
853e97f2e4
[Command Line] Ability to create a bare project with no stylesheets provided.
2009-10-22 09:46:54 -07:00
Chris Eppstein
563c4cf43e
Slightly shorter is slightly better.
2009-10-21 18:01:26 -07:00
Chris Eppstein
190c96872b
more project creation scenarios.
2009-10-16 17:36:29 -07:00
Chris Eppstein
f6b138062f
Setup Cucumber tests and wrote the first scenario for the command line.
2009-10-16 00:57:34 -07:00