summaryrefslogtreecommitdiff
path: root/Guardfile
blob: ffe65c0b44158748e6be13d131e979a8ca974f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'