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
Hi,
The plugin works fine in local i.e.:
grails run-app
The plugin works fine in production with Tomcat 7 and localhost (default configuration)
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> ... </Host>
The plugin does not work at all with virtual host:
<Host appBase="www/appBase" name="www.mydomain.com" unpackWARs="true" autoDeploy="true" />
All other resources are processed (js, plain css, etc.).
The code generated in html is:
<link href="/less/app.less" type="text/css" media="screen, projection" rel="stylesheet/less" />
And I have no logs about less compiler which could have help me.
Would you have an explanation? Or any workaround I can do?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
It may not be related to the plugin according to this question http://stackoverflow.com/questions/10852245/less-css-not-compiling-on-local-apache-virtualhost.
But I did not found any other issues...
Sorry, something went wrong.
No branches or pull requests
Hi,
The plugin works fine in local i.e.:
grails run-app
The plugin works fine in production with Tomcat 7 and localhost (default configuration)
The plugin does not work at all with virtual host:
All other resources are processed (js, plain css, etc.).
The code generated in html is:
And I have no logs about less compiler which could have help me.
Would you have an explanation? Or any workaround I can do?
Thanks in advance.
The text was updated successfully, but these errors were encountered: