michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

makefile: replace unnecessary use of xargs #95

Closed davidchambers closed 10 years ago

davidchambers commented 10 years ago

Questions:

michaelficarra commented 10 years ago

Is there any value in quoting filenames in this context?

Yes. I'm not using spaces explicitly anywhere in the Makefile, and the variables I'm using safely handle spaces.

Is there a reason to favour this two-step process

CSR does not automatically create a directory for the output file if it does not exist.

davidchambers commented 10 years ago

CSR does not automatically create a directory for the output file if it does not exist.

Good to know.