wiledal / gulp-include

Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.
158 stars 68 forks source link

Handle promise when generating source maps #102

Open dbisso opened 1 year ago

dbisso commented 1 year ago

Fixes #97

Later versions of source-map return a promise from the SourceMapConsumer constructor so we need to wait for it to be resolved before iterating the through the mappings.