Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Code aborts when ember-fetch directory included in build script #53

Closed
mgattozzi opened this issue Jul 19, 2017 · 0 comments
Closed

Code aborts when ember-fetch directory included in build script #53

mgattozzi opened this issue Jul 19, 2017 · 0 comments
Labels

Comments

@mgattozzi
Copy link
Contributor

Currently the build script ignores this directory but it would be nice to just have it work with ember-fetch and whatever other assets are there over time without this failure occurring. Something is causing it to fail during usage of rustdoc but I'm unsure as to what

hjr3 added a commit to hjr3/rustdoc that referenced this issue Jul 22, 2017
The build process was failing when trying to include the `ember-fetch`
directory. The failure we related to the fact that we were trying to
create the `ember-fetch/fastboot-fetch-a.js` file without the
`ember-watch` director existing in `target/doc`.

Now `create_asset_file` assumes that `name` may be a path with
directories. It will first try to create the necessary directories
before trying to create the file.

Fixes steveklabnik#53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants