cleydyr / dart-sass-maven-plugin

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

Filename question #28

Closed nkavian closed 1 year ago

nkavian commented 1 year ago

How can I specify the target filename?

My source file is application.scss and the final file becomes application.css.

I want to control the output name to become application.min.css.

cleydyr commented 1 year ago

Hey, @nkavian. Dart Sass CLI doesn't offer that option, as far as I know. You may want to look for a Maven plugin that renames files and add it to your build process to accomplish what you want.