mihar / backbone-skeleton

A simple skeleton for new Backbone apps complete with a self-contained ruby web server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guard doesn't do an initial compile

VinSpee opened this issue · comments

When initially cloning, running bundle exec guard, and rake server, the initial src directory is not compiled. I had to go in and save each file for guard to detect changes. Can we make sure guard executes a compile when it's run?

@VinSpee From the guard console , you can trigger these changes by running c src

commented

Or you can do a complete recompile pressing ⏎ (return) when in the guard console. Read more in the Guard README.