wiledal / gulp-include

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

Handle promise when generating source maps #102

Open dbisso opened 2 years ago

dbisso commented 2 years 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.