Sha256: 51890a4c784c53133fa92acf7864fec62a7dd3875a8d00f0656819f89927ee2e

Contents?: true

Size: 760 Bytes

Versions: 1

Compression:

Stored size: 760 Bytes

Contents

Rstakeout
=========

Ruby script to execute an arbitrary command whenever a file changes.

Installation
------------

    gem install sinefunc-rstakeout
    # Mac users: install `growlnotify` from the Growl DWG to get notifications

Common usage
------------

    # Execute a test everytime any file changes
    rstakeout 'rake test' **/*
    
    # Regenerate some LessCSS files whenever needed
    rstakeout 'lessc %s' **/*.less

Authors
-------

This project has been forked from github.com/edvardm/rstakeout, which was forked from topfunky. The original author is Mike Clark.

Sinefunc has forked this project to:

 - Make this project a gem (easily installable with gem install)
 - New icons
 - Small feature additions

Copyright
---------

License: MIT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sinefunc-rstakeout-0.0.2 README.md