When I develop with closure-library, I always need to manually find and include the proper CSS files. Say, using the DatePicker widget without the proper CSS file won't work.
How do you deal with that?
Is there an easier way than opening up the demo files and determining the required CSS files from there (including hunting down @included files)?
Would it not make sense to bundle those files with plovr as well?
As much as I like developing with closure, the digging for css files is annoying.