You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm taking over a project that has a very layered LESS approach. In the primary folder there are 5 less files each pulling in a less file in a folder that in turn has multiple less files as imports.
So.
in folder Theme
all.less (contains all the high level imports both from this folder and other folders)
variables.less (imports the all.less in the folder variable)
fonts.less
pages.less
etc.
Then in folder pages
all.less (contains the folder imports)
variables.less
and so on
Thus I can't use auto compile since if I change a file in a lower level folder auto compile doesn't know about it.
The text was updated successfully, but these errors were encountered:
Actually, I have never worked on a LESS or SASS project that wasn't structured using include files, so I don't think I can actually use Koala as it is.
I think, what's needed, in addition to "Auto Compile" in the LESS file options, is a second option that triggers the auto compile when any file in the project folder is changed - I would set that option for my main less file, and changing any of the include files in the same folder would then trigger it.
I'm taking over a project that has a very layered LESS approach. In the primary folder there are 5 less files each pulling in a less file in a folder that in turn has multiple less files as imports.
So.
in folder Theme
all.less (contains all the high level imports both from this folder and other folders)
variables.less (imports the all.less in the folder variable)
fonts.less
pages.less
etc.
Then in folder pages
all.less (contains the folder imports)
variables.less
and so on
Thus I can't use auto compile since if I change a file in a lower level folder auto compile doesn't know about it.
The text was updated successfully, but these errors were encountered: