jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

Don't work with "/" in imports ? #91

Closed pit07 closed 8 years ago

pit07 commented 8 years ago

Hi ! Thanks for this plugin ! But i have a problem : this plugin don't work when, in my main.less file, i have :

@import "vendor/bootstrap.less

in my .less. And i can't put all the Bootstrap less in the same repertory than my main.less....

Please help ! Thanks a lot !

jdiehl commented 8 years ago

The / should work. Note that on Windows you might have to use a \

I also noticed that you are missing a closing "

On 01 Jun 2016, at 15:06, pit07 notifications@github.com wrote:

Hi ! Thanks for this plugin ! But i have a problem : this plugin don't work when, in my main.less file, i have :

@import "vendor/bootstrap.less

in my .less. And i can't put all the Bootstrap less in the same repertory than my main.less....

Please help ! Thanks a lot !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

pit07 commented 8 years ago

yes, ok for the closing ", wrong copy/paste ;) But still not working with / or . And i have no message error :(

jdiehl commented 8 years ago

Can you try compiling it manually with lessc?

Also can you take a look at the Brackets console (Developer Tools) and check for errors?

On 01 Jun 2016, at 15:20, pit07 notifications@github.com wrote:

yes, ok for the closing ", wrong copy/paste ;) But still not working with / or . And i have no message error :(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

pit07 commented 8 years ago

With console, i have :

Error on line 2: 'vendor/bootstrap.less' wasn't found.

strange, this file exists !

jdiehl commented 8 years ago

Could you attach a minimal not-working example as a zip archive to this issue? It should contain your folder structure and a few less files containing only their @import statements and maybe one or two actual rules to verify if it works

Sent from my iPhone

On 01 Jun 2016, at 15:43, pit07 notifications@github.com wrote:

With console, i have :

Error on line 2: 'vendor/bootstrap.less' wasn't found.

strange, this file exists !

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

pit07 commented 8 years ago

Hey !

It's ok... all is working ! It was my mystake...! Thanks a lot for your time !

jdiehl commented 8 years ago

Np