yeoman / generator-backbone

Scaffold out a Backbone.js project
http://yeoman.io
638 stars 159 forks source link

Build & serve issue #344

Closed Bogdaan closed 7 years ago

Bogdaan commented 9 years ago

When you in work process (serve runing) and you run _grunt build_ livereload and other runing tasks will crash ( because build.js run clean:tmp task )

kevva commented 9 years ago

Why are you running them simultaneously?

Bogdaan commented 9 years ago

I share result of my work over ssh+rsync to remote host (add rsync task to build task).

mteodori commented 8 years ago

I would stop the development server, build and sync the dist directory if it doesn't take too long or use git to trigger the build and rsync somewhere else when there are changes, for example a CI server job like jenkins, even installed locally

eddiemonge commented 7 years ago

What ^^ said