Hi all
In the ArcGIS Javascript library how can I download in local the css files such as:
<link rel="stylesheet" type="text/css" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/dojo/dijit/themes/claro/claro.css">
<link rel="stylesheet" type="text/css" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/esri/css/esri.css" />
Thanks
I'm not sure I understand.... why can't you copy the href in your browser and save it in local?
Hi Davide,
I can copy the href in my local project and use it, but when deploying the project to a production server, I prefer to have a copy of the CSS files and Dojo files in local to avoid problems of availability on the internet of these files. So my question is to know if there is a way to download the source code of an Esri CSS file or other files.
Regards