<?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: when using the Bower arcgis-js-api package, what controls the install directory? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702861#M65404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is controlled via a &lt;A href="http://bower.io/docs/config/" rel="nofollow noopener noreferrer" target="_blank"&gt;.bowerrc&lt;/A&gt; file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the sample app on github, it will install into a &lt;STRONG&gt;src&lt;/STRONG&gt; directory because we set that up.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/jsapi-resources/blob/master/bower/dojo/.bowerrc" title="https://github.com/Esri/jsapi-resources/blob/master/bower/dojo/.bowerrc" rel="nofollow noopener noreferrer" target="_blank"&gt;jsapi-resources/.bowerrc at master · Esri/jsapi-resources · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just do a &lt;STRONG&gt;bower install arcgis-jsp-api &lt;/STRONG&gt;without the &lt;STRONG&gt;.bowerrc&lt;/STRONG&gt; file, it will install into &lt;STRONG&gt;bower_components/arcgis-js-api&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recommend you set up a &lt;STRONG&gt;bower.json&lt;/STRONG&gt; ahead of time to install it into an &lt;STRONG&gt;esri&lt;/STRONG&gt; directory, to make it easier to use.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp; "name": "arcgis-js-api-sample-app",
&amp;nbsp; "version": "1.0.0",
&amp;nbsp; "license": "Apache-2.0",
&amp;nbsp; "dependencies": {
&amp;nbsp; "esri": "arcgis-js-api#3.15.0"
&amp;nbsp; },
&amp;nbsp; "resolutions": {
&amp;nbsp; "dojo": "v1.10.4/esri-3.14.0"
&amp;nbsp; }
}&lt;/PRE&gt;&lt;P&gt;You can see this in the demo apps here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/jsapi-resources/tree/master/bower" title="https://github.com/Esri/jsapi-resources/tree/master/bower" rel="nofollow noopener noreferrer" target="_blank"&gt;jsapi-resources/bower at master · Esri/jsapi-resources · GitHub&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 05:33:27 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2021-12-12T05:33:27Z</dc:date>
    <item>
      <title>when using the Bower arcgis-js-api package, what controls the install directory?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702860#M65403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice that when using Bower to install a local copy of the ArcGIS for Javascript API, it sometimes installs into the ./dist directory and sometimes into a ./bower_components directory.&amp;nbsp; It's not clear to me what influences this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 05:55:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702860#M65403</guid>
      <dc:creator>JohnCartwright</dc:creator>
      <dc:date>2016-01-18T05:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: when using the Bower arcgis-js-api package, what controls the install directory?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702861#M65404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is controlled via a &lt;A href="http://bower.io/docs/config/" rel="nofollow noopener noreferrer" target="_blank"&gt;.bowerrc&lt;/A&gt; file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the sample app on github, it will install into a &lt;STRONG&gt;src&lt;/STRONG&gt; directory because we set that up.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/jsapi-resources/blob/master/bower/dojo/.bowerrc" title="https://github.com/Esri/jsapi-resources/blob/master/bower/dojo/.bowerrc" rel="nofollow noopener noreferrer" target="_blank"&gt;jsapi-resources/.bowerrc at master · Esri/jsapi-resources · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just do a &lt;STRONG&gt;bower install arcgis-jsp-api &lt;/STRONG&gt;without the &lt;STRONG&gt;.bowerrc&lt;/STRONG&gt; file, it will install into &lt;STRONG&gt;bower_components/arcgis-js-api&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recommend you set up a &lt;STRONG&gt;bower.json&lt;/STRONG&gt; ahead of time to install it into an &lt;STRONG&gt;esri&lt;/STRONG&gt; directory, to make it easier to use.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp; "name": "arcgis-js-api-sample-app",
&amp;nbsp; "version": "1.0.0",
&amp;nbsp; "license": "Apache-2.0",
&amp;nbsp; "dependencies": {
&amp;nbsp; "esri": "arcgis-js-api#3.15.0"
&amp;nbsp; },
&amp;nbsp; "resolutions": {
&amp;nbsp; "dojo": "v1.10.4/esri-3.14.0"
&amp;nbsp; }
}&lt;/PRE&gt;&lt;P&gt;You can see this in the demo apps here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/jsapi-resources/tree/master/bower" title="https://github.com/Esri/jsapi-resources/tree/master/bower" rel="nofollow noopener noreferrer" target="_blank"&gt;jsapi-resources/bower at master · Esri/jsapi-resources · GitHub&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702861#M65404</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-12-12T05:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: when using the Bower arcgis-js-api package, what controls the install directory?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702862#M65405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rene, that helps.&amp;nbsp; I was on the lookout for a .bowerrc file in my project directory but didn't realize that a .bowerrc in the parent directory would also be used and that was the source of my confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 23:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/when-using-the-bower-arcgis-js-api-package-what/m-p/702862#M65405</guid>
      <dc:creator>JohnCartwright</dc:creator>
      <dc:date>2016-01-24T23:25:59Z</dc:date>
    </item>
  </channel>
</rss>

