Skip to content
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

Fix assets clean step #2391

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Fix assets clean step #2391

merged 1 commit into from
Dec 9, 2019

Conversation

tachyons
Copy link
Contributor

@tachyons tachyons commented Dec 9, 2019

File.exists? return true for directories and it is causing issue in assets clean step

rake aborted!
Errno::EISDIR: Is a directory @ apply2files - /home/circleci/project/public/packs-test/js
/home/circleci/project/vendor/bundle/ruby/2.6.0/gems/webpacker-4.2.1/lib/webpacker/commands.rb:11:in `delete'

File.exists? return true for directories and it is causing issue in assets clean step
@gauravtiwari gauravtiwari merged commit 995f1ed into rails:master Dec 9, 2019
@tachyons tachyons deleted the patch-1 branch December 9, 2019 11:54
@gauravtiwari
Copy link
Member

Made a new release - 4.2.2

@gauravtiwari
Copy link
Member

thanks for testing 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants