HenrikJoreteg / moonboots

A set of conventions and tools for bundle and serving clientside apps with node.js
159 stars 20 forks source link

Call transforms when computing file hash #56

Closed johnsoftek closed 9 years ago

johnsoftek commented 9 years ago

Ensure that transforms such as jadeify are called when computing the file hash. Otherwise module-deps can crash due to errors in parsing non-javascript source code

latentflip commented 9 years ago

Thanks @johnsoftek!