zambezi / ez-build

Zambezi build tool
MIT License
2 stars 1 forks source link

Find modules regardless of file extension #6

Closed mstade closed 8 years ago

mstade commented 8 years ago

This is a stop-gap solution to a problem where input files don't have a .js extension, and so therefor wouldn't show up in optimised-modules.json even if they are included with --include. I say stop-gap because in ernest, we should be getting this information straight from the compiler, not by finding files. To that end, I've opened #5. This will do for now, however.