cleydyr / dart-sass-maven-plugin

A Maven plugin that allows to compile SASS using Dart Sass
MIT License
15 stars 9 forks source link

noSourceMap isn't working #27

Closed nkavian closed 1 year ago

nkavian commented 1 year ago

This plugin is wonderful!

I'm using <noSourceMap>true</noSourceMap> but a source map is still being generated.

It's being executed through Eclipse using org.eclipse.m2e:lifecycle-mapping but the other settings I have are being honored.

                <configuration>
                    <inputFolder>${project.basedir}/src/main/resources/sass/</inputFolder>
                    <noSourceMap>true</noSourceMap>
                    <outputFolder>${project.basedir}/src/main/resources/static/css/</outputFolder>
                    <style>EXPANDED</style>
                    <update>true</update>
                </configuration>
nkavian commented 1 year ago

Closing. Actual all of a sudden I can't reproduce it. Rebuilding a few times and the map isn't being generated any more.

cleydyr commented 1 year ago

Thank you for your feedback, @nkavian. I really appreciate it. I'm glad that what initially appeared to be a bug vanished, and now you can continue your development work. Please don't hesitate to let me know if you face any issues in the future.