Can I somehow make single transpiler to run for "/style.less" even when I change "/something/common.less"?
I've been using the Eclipse "native way" to do transpiling from LESS to CSS, it kind of works but does unnecessary runs at times. Neat thing is it can handle dependencies if one cares to list them. (Native way to do transpiling is to create project specific builder, set the launch program and select the files which by changing triggers that builder. Then turning on automatic builds, and it runs it when I change only those files)
Can I somehow make single transpiler to run for "/style.less" even when I change "/something/common.less"?
I've been using the Eclipse "native way" to do transpiling from LESS to CSS, it kind of works but does unnecessary runs at times. Neat thing is it can handle dependencies if one cares to list them. (Native way to do transpiling is to create project specific builder, set the launch program and select the files which by changing triggers that builder. Then turning on automatic builds, and it runs it when I change only those files)