segment-boneyard / component-jade

A plugin to transpile Jade files for the component builder.
12 stars 8 forks source link

Fix double-inclusion of templates in build output. #10

Closed alexmingoia closed 11 years ago

alexmingoia commented 11 years ago

Add call to pkg.removeFile() for the original jade template to prevent including both template.js and template.jade in the build.

ianstormtaylor commented 11 years ago

good call