We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, regarding your example project the SCSS is located at:
app/assets/sass/test.scss
and the CSS is generated to
target/web/public/main target/web/public/main/css target/web/public/main/img target/web/public/main/js target/web/public/main/sass/css/test.scss <<< 1 target/web/public/main/sass/test.css <<< 2 target/web/public/main/sass/test.min.css <<< 3 target/web/public/main/test.css <<< 4 target/sass/main/test.css <<< 5 target/sass/main/test.min.css <<< 6
Can't you parameterize the output directory or at least generate to target/web/public/main/css?
target/web/public/main/css
The text was updated successfully, but these errors were encountered:
Ok. This problem can be solved. I'll look how to do it.
Sorry, something went wrong.
7c5bcfd
No branches or pull requests
For example, regarding your example project the SCSS is located at:
and the CSS is generated to
Can't you parameterize the output directory or at least generate to
target/web/public/main/css
?The text was updated successfully, but these errors were encountered: