Dudley Flanders
Dudley Flanders
Script was changed to NodeScript in https://github.com/joyent/node/commit/75db1995b6529cb71513a45299e2ba742e7afde9
We should have some sort of facility for excluding files from the pipeline: ``` ruby input "assets", "**/*", :exclude => "*.txt" ``` or maybe ``` ruby input "assets" exclude "*.txt"...
If you're `concat`ing to a file in different match blocks, you would expect the files to be output in the order in which the match blocks appear in the Assetfile....
We've had some significant performance regressions sneak in in the past (you're welcome). We should have some benchmarks/performance tests to guard against that in the future.
The generator needs to be updated to use the new blocky `input`.
Right now, the Server is hardcoded to use "Assetfile". We should pass in the :assetfile option from `rakep`.