bdkjones / CodeKit-1-Old

147 stars 1 forks source link

LESS – editing reference imported file doesn't trigger compile #723

Closed Zija closed 9 years ago

Zija commented 10 years ago

Given the following:

/*
 * main.less
 */

@import (reference) 'file.less';
...

I would expect editing 'file.less' would trigger 'main.less' to compile, and for 'file.less' to be listed under Imports for 'main.less'. At the moment it doesn't seem to be working that way.

bdkjones commented 10 years ago

Yep, this is fixed in CodeKit 2. Next week. On 25 Feb 2014, at 15:07, Zija International notifications@github.com wrote:

Given the following:

/*

  • main.less */

@import (reference) 'file.less'; ... I would expect editing 'file.less' would trigger 'main.less' to compile, and for 'file.less' to be listed under Imports for 'main.less'. At the moment it doesn't seem to be working that way.

— Reply to this email directly or view it on GitHub.

bfricka commented 10 years ago

Any info to leak on CK2? Hey, it's worth a shot.

StefanoRausch commented 10 years ago

It will be released in Tuesday — check Twitter ;)