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

What's the canonical way to do partial rebuilds? #58

Closed
bcherny opened this issue Feb 21, 2015 · 1 comment
Closed

What's the canonical way to do partial rebuilds? #58

bcherny opened this issue Feb 21, 2015 · 1 comment

Comments

@bcherny
Copy link
Contributor

bcherny commented Feb 21, 2015

I have a directory of files, which I am compiling 1-to-1:

in:

src/
|_ foo/
    |_ foo.coffee
|_ bar.coffee

out:

dist/
|_ foo/
    |_ foo.js
|_ bar.js

What's the right way to watch and do partial rebuilds when a file changes (ie. only recompile the changed file)? An example would be nice.

@yocontra
Copy link
Member

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

2 participants