-
Notifications
You must be signed in to change notification settings - Fork 489
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
Failed with status 1 (4864) since version 0.3.7 #370
Comments
I am not sure if this will help your issue, but I received the same error when I precompiled assets manually. After checking in a change to an asset so Mina would precompile, the deploy succeeded. |
is 'public' or 'public/assets' in your shared_paths? If so, that's the problem. mina copies current/public/assets to $build_path/public/assets when it skips asset precompilation |
@SLSLogic But mina will completely compile all assets if 'public/assets' is not in shared_paths, even though there is a very little css change. |
I am getting this error at the time of precompilation, mina fails to precompile assets and fails. ! Command failed. |
@matheusvetor you precompiled your assets manually and commited it to git version. If you want to do that manualy just comment out @Akram-Khan it looks like your assets are faulty. have you tried compiling it manually? |
I ran into this same issue and couldn't find any good answers. Finally figured out that it was my Digital Ocean droplet running out of RAM and the process was being killed. You can read more about my solution here. |
Hello, when i try to use mina in version up 0.3.4 i get the following error:
My Gemfile:
The SO is Ubuntu Server 14.04.3
The text was updated successfully, but these errors were encountered: