Closed nkavian closed 1 year ago
How can I specify the target filename?
My source file is application.scss and the final file becomes application.css.
application.scss
application.css
I want to control the output name to become application.min.css.
application.min.css
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.
How can I specify the target filename?
My source file is
application.scss
and the final file becomesapplication.css
.I want to control the output name to become
application.min.css
.