Sha256: 684b8082df3db5aebd631d1529646d4f06da097cc7bbaf2ca1c0ac58f224b403
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
# DELETE THIS LINE: stop "File generated. Now please fill it in." # Then set up some actions. Here are some samples: # watch('**.rb') do |paths| # log 'code change' # restart_passenger # rake 'docs' # end # after(5) { notify sh 'fortune' } # every(60*60) { notify 'You are now one hour older.' } # on_stop { notify 'Goodbye' } # auto_compile 'assets/css/*.sass', 'public/css/:name.css' # auto_compile 'assets/js/*.coffee', 'public/js/:name.js' # passenger_server 3002 # def report_location # needs 'httparty', 'to look up your location' # loc = HTTParty.get('http://ipinfodb.com/ip_query.php') # notify "You are in #{loc['Response']['City']}" # end # vim:ft=ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekick-0.6.4 | lib/sidekick/template |