vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Less Compile problem with LESS UI 1.0.17 #244

Open evfool opened 9 years ago

evfool commented 9 years ago

On Eclipse Kepler with Less Compiler UI 1.0.17:

  1. right-click a less file
  2. Run As -> LESS compiler

Less compilation fails, as the less compiler doesn't have -O commandline option for the optimization levels set in preferences.

Expected: Preferences should contain a None setting for optimization.

nkolban commented 9 years ago

+1

Blaimi commented 9 years ago

please remove the entire option, it’s deprecated at least since LESS 1.5. Im not able to compile because the options are not available anymore in the current 2.3-Version.

Workaround:

@echo OFF
SET args=%*
"%~dp0lessc.cmd" --source-map-map-inline %args: -O0=%