HenrikJoreteg / moonboots

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

Call transforms when computing file hash #56

Closed johnsoftek closed 10 years ago

johnsoftek commented 10 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 10 years ago

Thanks @johnsoftek!