I've got a mojito application that uses a YUI3 scrollview widget in a view. The javascript dependencies load correctly and the scrollview is shown on the screen. However the following CSS files fail to load with a 404 (not found) error.
http://localhost:9001/combo~/static/yui/widget-base/assets/skins/sam/widget-base.css
http://localhost:9001/combo~/static/yui/scrollview-base/assets/skins/sam/scrollview-base.css
I had a look in the node_modules directory under mojito and found both CSS files. So the question is why does mojito serve the .js files correctly but fails to server the CSS?