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

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -