-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
auto deploy is breaking the site... #1635
Comments
A+ error gulp A+ I have bisected this issue down to the ember cli commit... there is a funky file somewhere --- attempting to bisect further +1 for 🐵 patching gulp src for real logs 🐐 |
Thanks for diving in to discover what's breaking the deploys @samccone 🍪 😎 |
With a patch to vinyl-fs lib/src/getContents/index.js we can see the failure is coming from here folder check is failing to detect that the symlink is a folder... thus is trying to read it as a file ... and 💀 Prob since we are using an old version of vinyl-fs Looks like contra fixed this stuff in 4 Off to investigate what needs to be bumped for this to work |
gulp is latest ✅ gulp depends on old vinyl 🐐 |
Ok a few options
@sindresorhus @addyosmani @passy do y'alll have opinions on this? |
Here is the origin issue from Oct 4, 2014 🌵 |
The second option sounds easier. Lots of copy modules on npm. |
This will prevent invalid deploys when we encounter errors instead of a partial complete deploy. ref #1635
This will prevent invalid deploys when we encounter errors instead of a partial complete deploy. ref #1635
This will prevent invalid deploys when we encounter errors instead of a partial complete deploy. ref #1635
* Delete ancient ember version * Rename ember-cli example to emberjs * Update image min dep * Use vinyl fs directly for symlink fix Fixes #1635
seems to not be copying any of the root files :(
582130d
The text was updated successfully, but these errors were encountered: