Skip to content
New issue

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

parameterize output directory #1

Closed
normenmueller opened this issue Jun 22, 2014 · 1 comment
Closed

parameterize output directory #1

normenmueller opened this issue Jun 22, 2014 · 1 comment

Comments

@normenmueller
Copy link

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?

@ShaggyYeti
Copy link
Owner

Ok. This problem can be solved.
I'll look how to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants