Skip to content

Latest commit

 

History

History
 
 

requirejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.