CHH / pipe

Put your assets into the pipe and smoke them.
MIT License
120 stars 9 forks source link

Serves singular assets #30

Closed svperfecta closed 12 years ago

svperfecta commented 12 years ago

Hi CHH - This change allows PIPE to serve assets that reference zero child elements. The main use case here is that you may want to keep assets that require compilation and those that require no compilation in the same folder structure, allowing PIPE to serve all of them.

Also, I fixed the broken unit tests.

CHH commented 12 years ago

Thanks!