I have an application that has some javascripts but no css files (at all). This causes rake asset_hat:minify to abort, since it requires at least one css package.
I'm aware that this use case is very unusual, however a nicer way to handle this situation other than create an empty css file would be appreciated :)