summaryrefslogtreecommitdiff
path: root/Guardfile
diff options
context:
space:
mode:
Diffstat (limited to 'Guardfile')
-rw-r--r--Guardfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Guardfile b/Guardfile
new file mode 100644
index 0000000..473b515
--- /dev/null
+++ b/Guardfile
@@ -0,0 +1,14 @@
+# A sample Guardfile
+# More info at https://github.com/guard/guard#readme
+
+# Sample guardfile block for Guard::Haml
+# You can use some options to change guard-haml configuration
+# output: 'public' set output directory for compiled files
+# input: 'src' set input directory with haml files
+# run_at_start: true compile files when guard starts
+# notifications: true send notifictions to Growl/libnotify/Notifu
+# haml_options: { ugly: true } pass options to the Haml engine
+
+require "bootstrap-sass"
+
+guard 'sass', input: 'sass', output: 'css'