I just thought maybe someone could hint where to hack.
Actually I found how to workaround it in development mode (to
modify request method in steal.js):
- request: function (options, success, error) {
- ...
- options.src.path = options.src.path.replace(/css!$/, 'css')
But it doesn't work for build though =(