e.g.: `pipelineStages := Seq(coffee, rjs, filter, digest, gzip)` This would allow us to process files with CoffeeScript and them for example, combine them into a single JS file.
e.g.:
pipelineStages := Seq(coffee, rjs, filter, digest, gzip)This would allow us to process files with CoffeeScript and them for example, combine them into a single JS file.