scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Auto-reload doesn't seem to be triggering #51

Closed ttrutna closed 11 years ago

ttrutna commented 11 years ago

On a newly checked out copy on OS X 10.7.5 (tested Chrome and Safari) saving changes to files does not cause the browser window to automatically reload.

I'll try to take a deeper look tomorrow to give more details if I'm able.

kylefinley commented 11 years ago

@ttrutna, thank you for reporting this.

It looks like the auto-reload.js script isn't being included in vendor.js. I'll investigate this further, but It might be a few days before I can get to it.

legomind commented 11 years ago

I am also having the issue. Copy auto-reload.js into your app/assets/js folder for now

kylefinley commented 11 years ago

Thanks for the tip @legomind. It seems there's an open issue for this:

brunch/auto-reload-brunch/issues/16

I'll keep this issue open until it's resolved.

paulmillr commented 11 years ago

fixed?

legomind commented 11 years ago

Yes. Latest commit working for me. On May 11, 2013 4:48 PM, "Paul Miller" notifications@github.com wrote:

fixed?

— Reply to this email directly or view it on GitHubhttps://github.com/scotch/angular-brunch-seed/issues/51#issuecomment-17767186 .

kylefinley commented 11 years ago

@legomind did you make any modifications angular-brunch-seed to make this work?

I've updated to the lastest brunch and removed auto-reload.js from app/assets/js, but brunch isn't compiling the contents of auto-reload.js into vendor.js for me.

If you have angular-brunch-seed in a working state would you mind sending a pull request?

Thanks,

Kyle