Closed pit07 closed 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.
yes, ok for the closing ", wrong copy/paste ;) But still not working with / or . And i have no message error :(
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.
With console, i have :
Error on line 2: 'vendor/bootstrap.less' wasn't found.
strange, this file exists !
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.
Hey !
It's ok... all is working ! It was my mystake...! Thanks a lot for your time !
Np
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 !