Select to view content in your preferred language

ArcGIS JS API Compiler

2979
0
01-29-2015 11:03 AM
KennethMcComas
New Contributor II

I just finished writing a ArcGIS JS API Compiler. The project can be found on github @ https://github.com/GeographicPerspective/ArcGIS-JS-API-Compiler

ESRI ArcGIS JS API Compiler is a basic template for a single page ESRI mapping application. The project has been designed so that a user can easily set-up and compile all the JavaScript and CSS files. The more complex the web application developed, the more benefit will be gained from compiling the code. For example, a recently developed map viewer compiled down from 133 JavaScript files to 12 and 17 CSS files to 9. A total saving of 129 file or 573 kilobytes. In this project a simple demo web application has been included to demonstrate file structure and location.

Hopefully this build process helps with your JavaScript web mapping applications.

0 Replies