vwochnik / jekyll-autoprefixer

Autoprefixer integration for Jekyll
MIT License
64 stars 16 forks source link

SASS Source Maps breaking #14

Open lunacodes opened 3 years ago

lunacodes commented 3 years ago

jekyll-autoprefixer is stripping /*# sourceMappingURL=style.css.map */ from the final line of the generated site-wide css file.

I've disabled all other plugins, and also added only_production: true to my config, to confirm that the issue is coming from jekyll-autoprefixer. The issue occurs on both v1.0.1 and current (1.0.2).

OS is Windows 10, and the issue occurs in both Git Bash (ruby 2.6.3p62) and Powershell (ruby 2.7.3p183). Jekyll version in Gemfile is set to gem "jekyll", "~> 4.2.0"