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

brunch watch -s mode doesn't like outside template files #14

Open
allenwyma opened this issue Nov 1, 2016 · 2 comments
Open

brunch watch -s mode doesn't like outside template files #14

allenwyma opened this issue Nov 1, 2016 · 2 comments

Comments

@allenwyma
Copy link

I tried using your methodology of using require('./path_of_template.html'), but sometimes brunch doesn't like it, and sometimes angular doesn't like when i update the template file, then save. The autoreload becomes unhappy:

01 Nov 17:11:07 - info: compiling
01 Nov 17:11:11 - info: compiling.
01 Nov 17:11:15 - info: compiling..
01 Nov 17:11:19 - info: compiling...
01 Nov 17:11:23 - info: compiling
01 Nov 17:11:27 - info: compiling.
01 Nov 17:11:31 - info: compiling..
01 Nov 17:11:35 - info: still compiling...
01 Nov 17:11:39 - info: compiling
01 Nov 17:11:43 - info: compiling.
01 Nov 17:11:47 - info: compiling..
01 Nov 17:11:51 - info: compiling...
01 Nov 17:11:55 - info: compiling
01 Nov 17:11:59 - info: compiling.
01 Nov 17:12:03 - info: compiling..
01 Nov 17:12:07 - info: compiling...
01 Nov 17:12:11 - info: compiling
01 Nov 17:12:15 - info: compiling.
01 Nov 17:12:19 - info: compiling..
01 Nov 17:12:23 - info: compiling...
01 Nov 17:12:27 - info: compiling
01 Nov 17:12:31 - info: compiling.
01 Nov 17:12:35 - info: compiling..
01 Nov 17:12:39 - info: compiling...
01 Nov 17:12:43 - info: compiling
01 Nov 17:12:47 - info: compiling.

But it will go back to normal after killing and restarting the server.

@colinbate
Copy link
Owner

Interesting. I've not seen this, but I'll ask my colleagues if they have. Is it just the template files that are giving you trouble? Is there a difference between brunch not being happy and Angular not being happy?

@allenwyma
Copy link
Author

angular files are generally okay, just the template files don't like to auto refresh.

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