gradle-compass icon indicating copy to clipboard operation
gradle-compass copied to clipboard

Remove @charset "UTF-8";

Open svox1 opened this issue 10 years ago • 0 comments

Hi,

I use this plugin with JavaFX and everything is fine expected this one line: @charset "UTF-8"; at the beginning of the File.

Since JavaFX 8 it breaks the application so I have to remove this line. Is there any way to remove this lines automatically at compassWatch is running?

svox1 avatar Sep 11 '15 15:09 svox1