diff --git a/.bowerrc b/.bowerrc index 4c8681d..6448560 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,3 +1,6 @@ { - "directory": "src" + "directory": "src", + "ignoredDependencies": [ + "dijit-themes" + ] } diff --git a/bower.json b/bower.json index 0fd03e6..81675fc 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "agrc": "agrc-widgets#6.1.5", "agrc-jasmine-matchers": "0.1.0", "bootstrap": "3.3.6", - "esri": "arcgis-js-api#3.28.0", + "esri": "arcgis-js-api#3.43.0", "stubmodule": "0.6.1", "toaster": "agrc-toaster#1.0.1", "bootstrap3-typeahead": "4.0.2", @@ -16,15 +16,15 @@ "lodash": "^4.17.11" }, "resolutions": { - "esri": "3.28.0", - "dojox": "v1.14.2/esri-3.28.0", - "dojo": "v1.14.2/esri-3.28.0", - "dijit": "v1.14.2/esri-3.28.0", + "agrc": "6.1.5", + "spinjs": "~2.3.2", + "esri": "3.43.0", + "dojox": "v1.17.3/esri-3.42.0", + "dojo": "v1.17.3/esri-3.42.0", + "dijit": "v1.17.3/esri-3.42.0", "dgrid": "0.3.17/esri-3.20.0", - "util": "v1.14.2/esri-3.28.0", - "dstore": "1.1.2", + "util": "v1.17.3/esri-3.42.0", "xstyle": "0.3.2", - "agrc": "6.1.5", - "spinjs": "~2.3.2" + "dstore": "1.1.2" } } diff --git a/profiles/build.profile.js b/profiles/build.profile.js index f4d3a0d..e08f25a 100644 --- a/profiles/build.profile.js +++ b/profiles/build.profile.js @@ -38,6 +38,10 @@ profile = { }, { name: 'moment', main: 'moment', + trees: [ + // don't bother with .hidden, tests, min, src, and templates + ['.', '.', /(\/\.)|(~$)|(test|txt|src|min|templates|dist)/] + ], resourceTags: { amd: function (filename) { return /\.js$/.test(filename);