From 931fbc67b4911e65b0c8809b636f672ed501f3d1 Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Sat, 12 May 2012 08:24:22 +0100 Subject: Add rake:debug task to quickly build the CSS Previously to ensure that changes have been working it was required to build the gem and then push it to a sample application (e.g. Rails & Compass). The rake:debug task uses plain Sass - as we do for testing, and creates the file 'debug.css' without having to rebuild the Gem and fire up an application. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 43ee303..bc23988 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.gem -.sass-cache \ No newline at end of file +.sass-cache +debug.css \ No newline at end of file -- cgit v1.2.3