Closed SomMeri closed 9 years ago
@SomMeri thanks for reporting the issue.
Waiting for correction :) Thanks in advance.
Available in next release ? :)
Chances to include it for next release greatly increase if there is somebody willing to contribute ;)
I tried to modify your code @alexo but the project is voluminous and i'm affraid to do regression with pull request :/
Any update on this issue? Currently, compiling the current Bootstrap v3.3.5 fails with wro4j due to this...
@mrcage this issue was migrated to the new project home page: https://github.com/wro4j/wro4j/issues/976 I will try to fix, but it would help a lot if there is anyone willing to help.
Thanks. I do not know the wro4j code, but I could help in testing the bugfix in the next release candidate.
This issue is fixed and will be released in next version. The fix can be found at the new location of the project: https://github.com/wro4j/wro4j/issues/976
Thanks a lot for fixing this.
If the input less file contains
//** blah
style comment, theremoveImportsFromComments
method ofCssImportInspector
removes everything between it and closest*/
.Simple example less:
is transformed into syntactically incorrect:
Context: attempts to import variables.less file from bootstrap and compile the result using wro4j leads to compile error in less4j https://github.com/SomMeri/less4j/issues/208 .