<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom dojo build in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729376#M67650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And just to confirm, esri code from this un-minified version cannot participate in the dojo build process, correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We don't provide an un-minified version of the API. You can download the API if you'd like to host locally here:&amp;nbsp; &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_accessapi.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_accessapi.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Which takes you here:&amp;nbsp; &lt;A href="http://resources.arcgis.com/content/web/arcgis-javascript-api-download"&gt;http://resources.arcgis.com/content/web/arcgis-javascript-api-download&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2012 15:39:23 GMT</pubDate>
    <dc:creator>DavidHollema</dc:creator>
    <dc:date>2012-04-17T15:39:23Z</dc:date>
    <item>
      <title>Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729370#M67644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to create a custom dojo build.&amp;nbsp;&amp;nbsp; I've followed the procedures on these 2 helpful resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://geospatialscott.blogspot.com/2011/06/using-dojo-build-system-to-speed-up.html"&gt;http://geospatialscott.blogspot.com/2011/06/using-dojo-build-system-to-speed-up.html&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://blog.geocortex.com/2009/05/12/build-your-jsapi-applications-for-performance/"&gt;http://blog.geocortex.com/2009/05/12/build-your-jsapi-applications-for-performance/&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;These approaches are very similar.&amp;nbsp; Question I have is does the resultant layer file include any of the ESRI code resources or simply Dojo defined resources.&amp;nbsp; For example, can an Esri FeatureLayer or Map class be bundled in that layer file or only dojo code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 20:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729370#M67644</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-04-09T20:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729371#M67645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you follow the method explained in those two links the resultant layer file will contain only the Dojo classes that are referenced by your mapping application (except those that you have chosen to discard). It will also include your Javascript for your mapping application (if you have it, for instance, in one javascript file and listed it as a dependency in the build profile). The ESRI classes will be loaded by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I too followed this method and it works ok. I encountered a few problems with browser localisation. I haven't tried using the build profile attribute "loader: xdomain" yet. Looks like it might be simpler than my solution which was to override the browser's locale using&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dojoConfig = { parseOnLoad: true, locale: "en-gb" }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then load the dojo localisation resource:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; script type="text/javascript"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig = { parseOnLoad: true, locale: "en-gb" }&amp;lt;/script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; script type="text/javascript" src="Scripts/PROJECTNAMELyr_en-gb.js"&amp;gt;&amp;lt;/script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; script type="text/javascript" src="Scripts/PROJECTNAMELyr.js"&amp;gt;&amp;lt;/script&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 03:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729371#M67645</guid>
      <dc:creator>markrobey</dc:creator>
      <dc:date>2012-04-12T03:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729372#M67646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can include esri code in your layer. You need to download the source code from the esri customers site (i think). It's kind of hard to find but it's on arcgis.com somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that you need to do something like this, and then add the esri namespace to your deps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
prefixes: [
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "dijit", "../../dijit" ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "dojox", "../../dojox" ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "esri", "../../esri"],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "app", "../../app" ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "dbp", "../../dbp" ]
&amp;nbsp; ]
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not easy, but it can be done!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729372#M67646</guid>
      <dc:creator>MattMoyles</dc:creator>
      <dc:date>2021-12-12T07:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729373#M67647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very interesting. I'll try this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2012 23:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729373#M67647</guid>
      <dc:creator>markrobey</dc:creator>
      <dc:date>2012-04-15T23:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729374#M67648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was told from ESRI that javascript source code (unminified) is not available.&amp;nbsp; I would love if that statement was wrong and I could build esri code into my layer file.&amp;nbsp; I tried a build with esri's "built" (minified) code downloaded and saved locally to no avail.&amp;nbsp; Where exactly is the esri javascript source code on arcgis.com?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can include esri code in your layer. You need to download the source code from the esri customers site (i think). It's kind of hard to find but it's on arcgis.com somewhere.&lt;BR /&gt;&lt;BR /&gt;After that you need to do something like this, and then add the esri namespace to your deps.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
prefixes: [
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "dijit", "../../dijit" ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "dojox", "../../dojox" ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "esri", "../../esri"],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "app", "../../app" ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; [ "dbp", "../../dbp" ]
&amp;nbsp; ]
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;It's not easy, but it can be done!&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729374#M67648</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2021-12-12T07:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729375#M67649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We don't provide an un-minified version of the API. You can download the API if you'd like to host locally here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_accessapi.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_accessapi.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which takes you here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/web/arcgis-javascript-api-download"&gt;http://resources.arcgis.com/content/web/arcgis-javascript-api-download&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 15:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729375#M67649</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-04-17T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729376#M67650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And just to confirm, esri code from this un-minified version cannot participate in the dojo build process, correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We don't provide an un-minified version of the API. You can download the API if you'd like to host locally here:&amp;nbsp; &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_accessapi.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_accessapi.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Which takes you here:&amp;nbsp; &lt;A href="http://resources.arcgis.com/content/web/arcgis-javascript-api-download"&gt;http://resources.arcgis.com/content/web/arcgis-javascript-api-download&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 15:39:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729376#M67650</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-04-17T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729377#M67651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you can still do builds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven not personally done it, but the two blog post links you originally posted are talking about doing dojo builds with our already built API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 16:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729377#M67651</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-04-17T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729378#M67652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Those two blog posts do nothing more with the esri builds than create a discard file so dojo code that exists within the esri build isn't duplicated in the resulting layer file.&amp;nbsp; In actuality, the esri code isn't used at all.&amp;nbsp; The esri dojo dependencies are simply listed in the dependencies section of the discard layer.&amp;nbsp; The custom build process does nothing with the esri code.&amp;nbsp; No esri code is bundled into the resulting layer file as indicated by robeym comments above.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To clarify, I'm looking for a way to produce a custom build that includes my app's dojo dependencies AND esri dependencies all bundled up in one or a few lean layer file(s).&amp;nbsp; My goal is to limit the http chattiness between my app and the dojo/esri resources it needs to speed up my application.&amp;nbsp; I have a working custom build which limits chattiness for dojo resources but is still very chatty for esri resources.&amp;nbsp; My understanding is I need esri unminified source code to meet that goal.&amp;nbsp; Is that available from somewhere?&amp;nbsp; A post above indicates it is, but hard to find.&amp;nbsp; Again, I already have the minified esri api and know how to download that from the resource center.&amp;nbsp; I'm looking for the true unminified source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No, you can still do builds.&lt;BR /&gt;&lt;BR /&gt;I haven not personally done it, but the two blog post links you originally posted are talking about doing dojo builds with our already built API.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729378#M67652</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-04-18T16:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729379#M67653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To clarify, I'm looking for a way to produce a custom build that includes my app's dojo dependencies AND esri dependencies all bundled up in one or a few lean layer file(s).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not possible. We currently do not provide un-minified source for the API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do a build of your own code but not of the JS API. We are still working on a way to make this possible do not have anything available at this time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 19:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729379#M67653</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-04-18T19:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729380#M67654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What about using a tool to un-minify the minified api code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 23:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729380#M67654</guid>
      <dc:creator>markrobey</dc:creator>
      <dc:date>2012-04-19T23:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729381#M67655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is not possible.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This thread seems quite old now (in terms of the Arcgis versions that it would apply to). I was curious if we are still unable to create custom Esri builds, as in the case of a product I work on, several additional modules are consistently required on top of those provided in the 3.6 build (such as "esri/nls/jsapi_en-us", "dojox/gfx/svg", "dojo/DeferredList", "esri/toolbars/edit", as well as 33 others). This consistently requires extra network traffic, and slows down the start up of our application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be really interested in creating, either a custom init.js file, or a supplementary file that contains only the extra module that my application Always requires.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 16:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729381#M67655</guid>
      <dc:creator>JamieStarke</dc:creator>
      <dc:date>2013-09-12T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729382#M67656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if this is something that&amp;nbsp; you are still looking into? I would like to use webpack for building my applications but this is not possible at the moment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 11:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729382#M67656</guid>
      <dc:creator>ThomasCoopman</dc:creator>
      <dc:date>2014-04-10T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729383#M67657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Scott Davis did a Dojo build presentation at Dev Summit this year.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/stdavis/dojo-build-presentation"&gt;https://github.com/stdavis/dojo-build-presentation&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/stdavis/dojo-build-example"&gt;https://github.com/stdavis/dojo-build-example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That will probably help you out. I haven't gotten around to trying it yet (dojo builds are my mortal enemy) but Scott and the AGRC team have done all the hard work of how to do it, so it can be done, with a little hackery.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 12:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729383#M67657</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2014-04-10T12:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729384#M67658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was also discussion of an Esri JavaSCript Optimizer at the 2014 Dev Summit, but the website (&lt;/SPAN&gt;&lt;A href="http://jso.arcgis.com"&gt;http://jso.arcgis.com&lt;/A&gt;&lt;SPAN&gt;) currently is redirected to the JavaScript home page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729384#M67658</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-04-10T13:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom dojo build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729385#M67659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There was also discussion of an Esri JavaSCript Optimizer at the 2014 Dev Summit, but the website (&lt;A href="http://jso.arcgis.com"&gt;http://jso.arcgis.com&lt;/A&gt;) currently is redirected to the JavaScript home page.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This looked really promising...looking forward to trying it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 16:58:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-dojo-build/m-p/729385#M67659</guid>
      <dc:creator>ScottGunn</dc:creator>
      <dc:date>2014-04-10T16:58:05Z</dc:date>
    </item>
  </channel>
</rss>

