jouni-kantola / ruin

A CSS post-processor that saves bytes over the wire by shortening names of CSS classes.
MIT License
2 stars 0 forks source link

setup watch #9

Closed jouni-kantola closed 8 years ago

jouni-kantola commented 8 years ago

I guess we need a file watch. TDD without a watch is quite the drag.

jouni-kantola commented 8 years ago

Simple watch for: tests: ['test/**/*.js'], scripts: ['src/**/*.js']

davidxcheng commented 8 years ago

File watch is sweet. Closing this issue