jdiehl / brackets-less-autocompile

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

Case-sensitive path breaks live preview refresh #100

Closed RaptorCZ closed 7 years ago

RaptorCZ commented 7 years ago

I'm not sure if it is problem in Brackets or in Autocompile plugin. It depends, who is calling "refresh browser".

I have simple project: test.zip

Changing LESS file is not reflected in Live preview. Background color changes in autocompiled css, but browser is not refreshed. It is because of CSS link in html file. It points to /Styles/styles.css, but folder is named "styles". Seems there is some problem with case sensitive texts.

jdiehl commented 7 years ago

This extension does not provide any live preview capabilities whatsoever.

RaptorCZ commented 7 years ago

Yes, I know, but I just want to find out if event about changed css file sends to Brackets this plugin or changes are maintained with Brackets itself.

jdiehl commented 7 years ago

Brackets. The extension only runs the less compiler which writes the file

RaptorCZ commented 7 years ago

Ok, then closing this.