Conversation
|
I like the idea a lot, but I think a few modifications are needed. I don't think it makes sense to introduce For That way we get the support for both compiling multiple source files into a single output file as well as compiling multiple source files into multiple output files. I think that is a lot more flexible and it is backwards compatible in the JSON config file. I added support for globbing patterns in the very similar Bundler & Minifier extension using the Minimatch library. Thumbs up for tackling this!!! 👍 |
|
I have checked Bundler & Minifier and I like the idea of making the inputFile and outputFile properties multi purpose, that would also make configuration more consistent among all the Web Essentials extensions. Thanks for pointing that out. |
|
I guess it makes sense to separate them. The VSIX project uses the GetAbsoluteOuputFile a lot for various things. There are no unit tests for the VSIX project, so it isn't obvious to catch the required behavioral changes.
|
Hi,
The earlier Web Essentials had the option to compile multiple files in one action. I really miss being able to compile all less files without having to manage each file separately (including additions / deletions).
I had an idea how something similar might be implemented in the current version. Please check if you find this implementation (or any parts of it) useful. This is also related to #49 .
Thanks,
Zsolt