wiledal / gulp-include

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

Source map support #9

Closed trentearl closed 8 years ago

trentearl commented 10 years ago

There is no source map support.

liberat0r commented 10 years ago

Very usefull plugin, thank you! Is this in your next milestone?

coen-hyde commented 10 years ago

+1. Source Map support would be great

jblandry commented 10 years ago

+1

https://github.com/floridoo/gulp-sourcemaps https://github.com/floridoo/vinyl-sourcemaps-apply

coen-hyde commented 9 years ago

I decided to write a plugin called gulp-cog to address the sourcemap issue by leaving the concatenation to gulp-concat. https://github.com/coen-hyde/gulp-cog.

Chamberlain91 commented 9 years ago

+1 this too...

maciekpaprocki commented 9 years ago

source maps would be great improvement. However without that it's still one of the most useful gulp modules!

thasmo commented 9 years ago

+1

blunckr commented 9 years ago

+1

parmactep commented 9 years ago

+1

NicolajKN commented 9 years ago

+1

tjbenton commented 9 years ago

+1

philhaz commented 9 years ago

+1

stephanedemotte commented 9 years ago

+1

andrewcroce commented 9 years ago

+1 for this

sdaitzman commented 9 years ago

:+1:

AlexanderFlatscher commented 9 years ago

+1 for https://github.com/floridoo/gulp-sourcemaps integration

noisyneuron commented 9 years ago

+1

wiledal commented 8 years ago

Closing as this has now been merged, thanks vetruvet :beer:

thasmo commented 8 years ago

Nice, thanks! :)

devnix commented 8 years ago

As noted in the pull request, sourcemaps will not work with UglifyJS. Is there any alternative supporting sourcemaps with gulp-include?