Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 826 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 826 Bytes

Bower Sample application

======

This is a sample application showing how to use Bower to build your ArcGIS API for JavaScript application. It provides a Gruntfile for build scenario using RequireJS.

Requirements

Usage

  • npm install -g bower - installs bower
  • npm install - installs required node and bower packages
  • npm run clean - removes built files from dist directory
  • npm run build - run the RequireJS optimizer on application

If you have Python you can run python -m SimpleHTTPServer to test the application.

Notes

For details on the RequireJS Optimizer, you can review the documentation.