vigetlabs / gulp-rails-pipeline

Ditch the Rails Asset Pipeline and roll your own with Gulp
MIT License
646 stars 64 forks source link

write source maps after autoprefixer has run #32

Closed jonesmac closed 9 years ago

jonesmac commented 9 years ago

Addresses errors that came from writing sourcemaps before autoprefixer.

Source - https://github.com/floridoo/gulp-sourcemaps/issues/60 Seems Google uses this ordering as well - https://github.com/google/web-starter-kit/commit/8c356e1bb9bbd5218ec533780b035beb6d9b035e

greypants commented 9 years ago

Thanks!