irundaia / sbt-sassify

sbt-web plugin for Sass files
Apache License 2.0
68 stars 17 forks source link

Remove the source map in production. #24

Closed strelec closed 5 years ago

strelec commented 7 years ago

That's it.

irundaia commented 7 years ago

Isn't this as simple as disabling the source maps in your build.sbt?

generateSourceMaps := false

As far as I know, sbt-web does not provide handles that tells any plugin whether the code is being compiled for production or not.

How do you do this for your other (JS) assets?

irundaia commented 5 years ago

Closing due to inactivity