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

Hotfix command or check whether makefile has changed so we can ommit full build for small changes #4

Closed
tharna opened this issue Jun 5, 2015 · 2 comments

Comments

@tharna
Copy link
Member

tharna commented Jun 5, 2015

When there is just some small changes to the custom code, features or theme there is no need to run the whole make process to get those changes in production.

Implementing either a 'hotfix' command that would only copy the code/* folders to their respective places under current build dir or taking into use the makefile hash check when deciding if the full build is necessary would be nice.

@aleksijohansson
Copy link
Contributor

I think this is already implemented in the newest version. The previous makes are saved and reused if the make file has not changed.

@tcmug
Copy link
Contributor

tcmug commented Jul 27, 2015

Yes that's true :) drush make results are cached in a similar fashion in build.sh as they are in platform.sh.

@tcmug tcmug closed this as completed Jul 31, 2015
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

No branches or pull requests

3 participants