Paul Fairless
Paul Fairless
Just to bump this, I spent the morning trying to figure out this same issue with 7.3.0.
The plugin ships with the latest version of the Java Less Compiler (1.3.3). I will release a new version once this is updated.
I agree to some point, stepping outside of the framework can introduce more opportunities for build time errors, as manual build steps can be easily forgotten. What is clear is...
going through the process of integrating now
It sounds like a configuration isuue, if you add your config then I will see if I can replicate
The import directive should have a relative path based on the location of the main .less file e.g: /less - main.less - other.less then in main.less @import '@other.less';
I'm also interested in this, as we have a mandatory email address on our profile, but occasionally facebook does not provide the email. Currently this causes an unrecoverable error
It just requires us to make email an optional field on profile, which is not ideal as we basically use email address as the account identifier. Not impossible granted. I'd...