Hi.Easy case: I want to refer my Service Directory to a local JS-API. I have only the version 3.2 installed. Since JS-API 3.2, an additional css file is needed to display tiled map services correctly: esri.css. See the "What's new" section of the 3.2 API version: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/whats_new.htmlThe rest-config.properties file only contains an attribute for one css, the tundra.css.jsapi.arcgis.css=http://mymachine/arcgis_js_api/library/3.2/jsapi/js/dojo/dijit/themes/tundra/tundra.css
But to display my tiled map services correctly, I need to refer to the 2nd css file (the esri.css):http://mymachine/arcgis_js_api/library/3.2/jsapi/js/esri/css/esri.css
How can I do that?Best regards,Axel