Skip to content

Commit

Permalink
Added Guardfile, Added animation on CSS reload, respond to scss files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyom committed Jul 25, 2012
1 parent 6aa86b0 commit 7449dd6
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 598 deletions.
4 changes: 4 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
guard :coffeescript, :noop => true do
watch(%r{^src/.+\.coffee$})
callback(:run_on_changes_end) { `rake` }
end
Loading

0 comments on commit 7449dd6

Please sign in to comment.