-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails if outputFile
specifies a non-existing directory
#149
Closed
kevinansfield opened this issue
Jan 6, 2020
· 4 comments
· Fixed by broccolijs/broccoli-output-wrapper#10
Closed
Fails if outputFile
specifies a non-existing directory
#149
kevinansfield opened this issue
Jan 6, 2020
· 4 comments
· Fixed by broccolijs/broccoli-output-wrapper#10
Comments
kevinansfield
added a commit
to TryGhost/Admin
that referenced
this issue
Jan 6, 2020
no issue - 4.2.1 was failing when building on macOS due to an issue creating asset directories - broccolijs/broccoli-concat#149
This is the culprit -- changing from |
bendemboski
referenced
this issue
Feb 8, 2020
Using ergonomically better way to access input files and write to output
@SparshithNR - Can you look into this? I think we'll need to make some changes in |
daniellockyer
added a commit
to TryGhost/Admin
that referenced
this issue
Apr 30, 2020
no issue - originally added because of broccolijs/broccoli-concat#149, but this _should_ be fixed now
Closing as this appears to have been resolved. Thanks! 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to 4.2.1 our ember builds started failing (at least on macOS).
The relevant part of our
ember-cli-build.js
where we usebroccoli-concat
is as follows:Changing the
outputFile
to remove the directory allows that step of the build to pass. Downgrading to 4.0.0 and keeping the directory inoutputFile
also allows works fine.The text was updated successfully, but these errors were encountered: