-
Notifications
You must be signed in to change notification settings - Fork 41
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
mvn libsass:watch custom output path #81
Comments
it should work similarly to how you set up the output path normally, see https://github.com/warmuuh/libsass-maven-plugin/blob/master/README.md#usage |
I have the following config in my pom.xml
Which works just fine upon compilation. Then, for the css developers I also wanna activate the watcher and I do this:
Is there a way to set the outputPath through cmd line args? Thank you. |
try putting the configuration like i linked (not inside execution but inside the tag. this will then be picked up by "manual" executions of direct goals afaik. |
While running in watch mode the Output Path is set to target by default, how can I set it to another location?
Thanks,
Bogdan.
The text was updated successfully, but these errors were encountered: