-
Notifications
You must be signed in to change notification settings - Fork 492
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
Assets compiling on redeploy #25
Comments
Can you check it manually? All that does is run a diff on those folders:
try running those commands manually and see what happens. |
I have the same issue. Here's the resulting script piece (obtained with -S):
It seems that current_path is equal to "current" which is obviously wrong. |
@rstacruz running those commands yields nothing. There is no output. |
Okay, gonna fix this up in a while. While I'm at it, I'll do the same optimization for db_migrate. |
I tried to deploy the same codebase multiple times without commit changes but it seems it keeps recompiling the assets.
According to:
it should not re-compile if no changes took place.
The text was updated successfully, but these errors were encountered: