Advertisement
Guest User

Untitled

a guest
May 29th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>EsriJS Mayhem</title>
  6. <link rel="stylesheet" href="app/resources/main.css">
  7. </head>
  8. <body class="nihilo">
  9. <script>
  10. var dojoConfig = {
  11. async: true,
  12. baseUrl: './',
  13. isDebug: true,
  14. deps: [ 'app' ],
  15. packages: [
  16. 'app',
  17. { name: 'dojo', location: '../bower_components/dojo' },
  18. { name: 'dgrid', location: '../bower_components/dgrid' },
  19. { name: 'dijit', location: '../bower_components/dijit' },
  20. { name: 'dstore', location: '../bower_components/dstore' },
  21. { name: 'put-selector', location: '../bower_components/put-selector' },
  22. { name: 'xstyle', location: '../bower_components/xstyle' },
  23. { name: 'mayhem', location: '../bower_components/mayhem/dist' },
  24. { name: 'intl-messageformat', location: '../bower_components/intl-messageformat/dist', main: 'intl-messageformat' },
  25. { name: 'esprima', location: '../bower_components/esprima', main: 'esprima' }
  26. ],
  27. tlmSiblingOfDojo: false
  28. };
  29. </script>
  30. <script src="../bower_components/dojo/dojo.js"></script>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement