Skip to content

Commit

Permalink
Merge pull request #40 from Esri/fix/file-not-found
Browse files Browse the repository at this point in the history
bump to latest esri-loader and fix file not found build error
  • Loading branch information
tomwayson authored Nov 18, 2017
2 parents a97b422 + 31fab6f commit 00f4968
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Changed
- bump to latest esri-loader to fix file not found build error

## 0.2.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
} else {
files = ['esri-loader.js', 'esri-loader.js.map'];
}
var esriLoaderTree = new Funnel(path.dirname(require.resolve('esri-loader/dist/esri-loader.js')), {
var esriLoaderTree = new Funnel(path.dirname(require.resolve('esri-loader')), {
files: files,
destDir: 'assets'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"broccoli-merge-trees": "^2.0.0",
"broccoli-string-replace": "^0.1.2",
"ember-cli-babel": "^5.1.7",
"esri-loader": "^1.5.0"
"esri-loader": "^1.5.1"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand Down

0 comments on commit 00f4968

Please sign in to comment.