I guess my question is in what whay, did you create a .less.css file. You have a screenshot of the css tree/folder for reference. I have used it on version 7.3, 7.4, 7.5.
One quirk is that the compiled version wont be updates/created if there are issues in the .less code. Unfortinely the system won't show those errors to the designer. You can try removing the import line, ore talking a look at the .global.less.css file to see if there are any error's in it.
Also it may not work if the app pool isn't running in full trust mode.
You should also see log records in the umbraco log file when this plugin loads/detects file changes.
LESS Dynamic CSS Compiler not working
Hi Jeremy,
Less Dynamic CSS Compliler seems not working on version Umbraco 7.3.x and 7.4.x.
I have just tried more times but i can't run an example from link https://our.umbraco.org/projects/developer-tools/less-dynamic-css-compiler/
Please provide your feedbacks to me?
Thanks Tuan Nguyen.
I guess my question is in what whay, did you create a .less.css file. You have a screenshot of the css tree/folder for reference. I have used it on version 7.3, 7.4, 7.5.
Hi Jeremy,
This is my css tree,
I can not to use this package, the reason why?
Thanks Tuan Nguyen.
Yah, so the global.less file is correct, buy you need to rename the style.css file to style.less.css. It should look like this.
Hi Jeremy,
I tried but it's not seem working with me
and i'm using a below
in my template.
Thanks Tuan Nguyen.
One quirk is that the compiled version wont be updates/created if there are issues in the .less code. Unfortinely the system won't show those errors to the designer. You can try removing the import line, ore talking a look at the .global.less.css file to see if there are any error's in it.
Also it may not work if the app pool isn't running in full trust mode.
You should also see log records in the umbraco log file when this plugin loads/detects file changes.
is working on a reply...