Tuesday, March 3, 2015

[ERROR] Only either css files or gss files are supported on one interface

Why does GSS throw the following error when combining CSS and GSS files? (latest GWT 2.7 version)
---
        [ERROR] Only either css files or gss files are supported on one interface 
---

Why isn't it allowed to combine them ?
Combining it makes it much more friendly/easy to switch to GSS.
In my case it's a blocker to move to GSS. In my general components, that have their own resource bundle, I use adapter/empty css files that only contains the class names without any css rules. They are very handy to use and overcomes to having to add all class names to a css file.
They are empty so I don't see any problem that GSS can't process them.
Currently it's impossible to rename all the css files in general components to gss.

How to solve this ? Can't GSS not process CSS files as welll?
    

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment