playframework - LESS generating empty folders in lieu of CSS files -
I am using SBT 0.13.5 at least and sometimes generate css files properly but others Bar without any obvious reason, it generates empty folders with the same name (such as 'social stylesheet.m.sssss'). Less build settings:
includeFilter in (property, LessKeys.less): = "* .less", filter out (property, LessKeys.less): = "_ *." Insert into LessKeys properties: = true
The empty folders clearly break the build. Why would this plugin ever generate empty folders instead of CSS files? It does not make sense to me.
Comments
Post a Comment