0 Replies Latest reply on Jan 30, 2015 2:29 AM by hr.stoyanov

    LESS issues

    hr.stoyanov

      Hi all,

      I am trying to use Errai's LESS feature and bumped into an issue:

      The way LESS is used by Errai is to bake in the LESS code into the generated JS code and not to generate a separate .CSS  file,  as most other LESS translator do.

       

      However,  due to  a GWT 2.7.0 bug,  SDM throws a ClassCastException,  which so far seems harmless and is not present outside SDM. The effect of this exception thrown seems to be that it interrupts the Errai LESS processing at runtime,  and Lee's styles are never applied in SDM Development.  I wonder if LESS processing can be made more robust,  so it is not killed by harmless exceptions?