-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
shakapacker.lock is not cleaned up #269
Comments
|
See #158. |
If by "warning" you mean exception then I'd say its pretty clear. :)
That's kinda what I'm doing right now: clean the file once the deployment is done.
Yes that would pretty much fix my problem. But I still think it would be good practice to remove the lock file once it's not longer needed - no matter which dir it is created in. |
@chrkau I assume this issue is resolved. If not, please let us know. |
Expected behavior:
/tmp/shakapacker.lock
should be cleaned up after compiling assets.Actual behavior:
/tmp/shakapacker.lock
is not cleaned up after compiling assets. This leads to problems when multiple stages under different users are hosted on the same host. If assets are compiled forstaging
e.g. then compiling assets forproduction
will fail as it will not be able to create the lock file here:shakapacker/lib/webpacker/compiler.rb
Line 59 in 243d3f2
Setup environment:
The text was updated successfully, but these errors were encountered: