Skip to content

Instantly share code, notes, and snippets.

View TifPun's full-sized avatar

Tif Pun TifPun

  • Esri
  • California | Hong Kong
View GitHub Profile
@patrickarlt
patrickarlt / bootstrap.js
Last active June 20, 2017 17:40
Babel with the ArcGIS JS API!
require(['./map.js'], function (map) {
// application bootstrap. dojo freaks out if you load a file via a script tag that uses define
// so you can load your appliation here via require.
});