Sha256: 9b009b94f1bb49f68ce6da67662d4013e3ee738c9df82679f7140258dc3fc193
Contents?: true
Size: 383 Bytes
Versions: 4
Compression:
Stored size: 383 Bytes
Contents
# This is an example sidekick file that i use for testing # by doing. Proper tests are welcome. # watch '**/*.rb' {|paths| log 'made edits' } every(5) { notify sh 'fortune' } auto_compile 'test/fixtures/*.haml', 'test/output/:name.html' auto_compile 'test/fixtures/*.sass', 'test/output/:name.css' auto_compile 'test/fixtures/*.coffee', 'test/output/:name.js' # vim:ft=ruby
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sidekick-0.6.1 | .sidekick |
sidekick-0.6.0 | .sidekick |
sidekick-0.5.1 | .sidekick |
sidekick-0.5.0 | .sidekick |