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

Incremental builds #79

Open
timshannon opened this issue May 23, 2015 · 0 comments
Open

Incremental builds #79

timshannon opened this issue May 23, 2015 · 0 comments

Comments

@timshannon
Copy link

When running gobble or gobble watch gobble appears to only rebuild the necessary parts for the files that have changed, which is awesome (correct me if I'm making any assumptions here).

However if you do gobble build it re-reruns the entire build process regardless of which files have changed. Not a big deal usually, as it's meant for your "production" environment build (which it defaults to).

My dev environment is run through Vim, and my (non-frontend) workflow usually revolves around building code from vim with :make. I can easily write a makefile to call gobble build, however it runs a full build every time, regardless of what file I change. It would be nice if I could plug into this incremental build setup that gobble has with the other forms of building.

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

1 participant