LinkedInAttic / venus.js

where bugs go to die
http://venusjs.readthedocs.io/en/latest/
Other
298 stars 44 forks source link

Implement "transform" hook for pre-processing source files #328

Closed benvinegar closed 10 years ago

benvinegar commented 10 years ago

This enables a new hook (via @venus-execute), "transform", that lets you pre-process files before they're instrumented and copied to the HTTP path.

An example use case would be to run the CoffeeScript transpiler on your source files, first.