Sha256: a623653c076c7e4f3f61c56de87da756863e44554c01cd207e1bc35ea873ca9a
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
on_start { notify 'started..' } on_stop { notify 'stopped..' } every(10) { notify sh 'fortune' } watch('lib/**.rb') { rake 'docs' } 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekick-0.6.5 | .sidekick |
sidekick-0.6.4 | .sidekick |