Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-05-12 11:24:22 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-05-12 11:24:22 +0400
commit931fbc67b4911e65b0c8809b636f672ed501f3d1 (patch)
tree3a2516134a24eb81471504789b1629b9564dc3ad /.gitignore
parentcf14f13b44db5b1afae28c127e59344d2b70860a (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 43ee303c..bc239884 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