bdkjones / CodeKit-1-Old

147 stars 1 forks source link

LESS compiling breaks on Bootstrap #639

Closed ryanmac closed 11 years ago

ryanmac commented 11 years ago

LESS no longer compiles Twitter Bootstrap LESS files. See below.

ParseError: Unrecognised input in /path/to/site/html/assets/less/mixins.less on line 552, column 7: 551 .spanX (@index) when (@index > 0) { 552 (~".span@{index}") { .span(@index); } 553 .spanX(@index - 1);

(This action was triggered by a change to mixins.less)

ryanmac commented 11 years ago

It looks like this is due to using a new LESS compiler (v1.4.0) instead of the supported v1.3.3. Can you recommend a strategy to use LESS 1.3.3 to compile instead?

bdkjones commented 11 years ago

Please update to the latest version of twitter bootstrap and close the issue. Thanks!

Sent from my iPhone

On Jul 10, 2013, at 12:16, ryanmac notifications@github.com wrote:

LESS no longer compiles Twitter Bootstrap LESS files. See below.

ParseError: Unrecognised input in /path/to/site/html/assets/less/mixins.less on line 552, column 7: 551 .spanX (@index) when (@index > 0) { 552 (~".span@{index}") { .span(@index); } 553 .spanX(@index - 1);

(This action was triggered by a change to mixins.less)

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

ryanmac commented 11 years ago

I suppose. I can do that easily with some repositories but not for others. Can you recommend a way to choose v1.3.3 as the default compiler? Perhaps using "Advanced Compiler Settings"?

ryanmac commented 11 years ago

Updated to Bootstrap and problem was resolved. Closing this issue.

bdkjones commented 11 years ago

It's not possible to use an older version of a compiler than the one that ships with a given version of CodeKit.

Unfortunately, less is simply marching on.

Sent from my iPhone

On Jul 10, 2013, at 12:38, ryanmac notifications@github.com wrote:

I suppose. I can do that easily with some repositories but not for others. Can you recommend a way to choose v1.3.3 as the default compiler? Perhaps using "Advanced Compiler Settings"?

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

ryanmac commented 11 years ago

Thanks for the quick support. Still a huge fan of your app.

On Wednesday, July 10, 2013 at 3:10 PM, bdkjones wrote:

It's not possible to use an older version of a compiler than the one that ships with a given version of CodeKit.

Unfortunately, less is simply marching on.

Sent from my iPhone

On Jul 10, 2013, at 12:38, ryanmac <notifications@github.com (mailto:notifications@github.com)> wrote:

I suppose. I can do that easily with some repositories but not for others. Can you recommend a way to choose v1.3.3 as the default compiler? Perhaps using "Advanced Compiler Settings"?


Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub (https://github.com/bdkjones/CodeKit/issues/639#issuecomment-20769505).