Sha256: da3107eaa045758984d153c346b4031cc8754a3f0e6270df2ce178ebc3b60e55
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
stop "A new .sidekick file was generated -- now you just have to edit it." # Now delete the line above, and set up some actions. # Here are some samples: # auto_compile 'assets/css/*.sass', 'public/css/:name.css' # auto_compile 'assets/js/*.coffee', 'public/js/:name.js' # every(60*60) { notify 'You are now one hour older.' } # every(60*15) { notify sh 'fortune' } # watch('**.rb') do |paths| # log 'code change' # restart_passenger # rake 'doc' # end # more sample actions: # needs 'httparty', 'to look up your location' # loc = HTTParty.get('http://ipinfodb.com/ip_query.php') # notify "You are in #{loc['Response']['City']}" # vim:ft=ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekick-0.6.2 | lib/template |