sighjs / sigh

multi-process expressive build system for the web and node.js, built using baconjs observables
209 stars 12 forks source link

avoid crash when productin source map for unparseable code (concat.js) #8

Closed PatrikLythell closed 9 years ago

PatrikLythell commented 9 years ago

Same as the fix for write but for the concat plugin.

Closes #7

insidewhy commented 9 years ago

:crown: Patrik

insidewhy commented 9 years ago

Released version 0.12.12 so that everyone can benefit from this fix (and the write one).

Might be a good idea to add a method that can be shared by both of these plugins and reused by others, will make a note of it.