https://github.com/stdavis/dojo-build-presentation
A repository for holding all of the example code referenced from my presentation on the Dojo Build System at the 2014 ESRI Dev Summit
https://github.com/stdavis/dojo-build-presentation
Last synced: 3 months ago
JSON representation
A repository for holding all of the example code referenced from my presentation on the Dojo Build System at the 2014 ESRI Dev Summit
- Host: GitHub
- URL: https://github.com/stdavis/dojo-build-presentation
- Owner: stdavis
- License: mit
- Created: 2014-03-06T20:21:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T15:20:18.000Z (about 11 years ago)
- Last Synced: 2025-02-01T10:11:32.476Z (4 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dojo-build-presentation
=======================A repository for holding all of the example code referenced from my presentation on the Dojo Build System at the 2014 ESRI Dev Summit
[Presentation Slides](https://docs.google.com/presentation/d/1wOYGBwW5VSAo5M8G-sAVuAFh4gVSxQTC1xsPy9XKJPM/edit?usp=sharing)
[Summary Sheet](https://github.com/stdavis/dojo-build-presentation/blob/master/SUMMARY_SHEET.md)
Video will be posted as soon as it's made available.
### To Run the Samples
- `cd` to the sample directory and run `bower install`.
- For `esri-example` run `slurp_esri_modules.sh` to get the `esri` package.
- Run development version of the app by loading `src/index.html`.
- Run `build.sh` to run the build.
- Load `dist/index.html` to see the build version of the application.