tweaks
This commit is contained in:
parent
dd2a1c0a5e
commit
81396fa71c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
.sass-cache/
|
||||
Gemfile.lock
|
||||
_site/
|
||||
coverage/
|
||||
tmp/
|
||||
|
||||
|
1
Gemfile
1
Gemfile
@ -7,3 +7,4 @@ gem 'foreman'
|
||||
gem 'guard'
|
||||
gem 'haml'
|
||||
gem 'guard-haml'
|
||||
gem 'guard-compass'
|
||||
|
@ -1,3 +1,11 @@
|
||||
# A sample Guardfile
|
||||
# More info at https://github.com/guard/guard#readme
|
||||
|
||||
|
||||
guard 'compass' do
|
||||
watch('^sass/(.*)\.s[ac]ss')
|
||||
end
|
||||
|
||||
guard 'haml' do
|
||||
watch(/^.+(\.html\.haml)/)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user