-
Notifications
You must be signed in to change notification settings - Fork 44
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
Missing tags? #1
Comments
Same happens to me. I also get an ENOENT from grunt serve. |
Can you show me the full error message @lrochfort ? |
Running Ubuntu 15.04. I get correct behaviour when creating the project myself as instructed in the book, but get the below when cloning this git repo. I also see no tags as mentioned in the book. After npm install && bower install. $ grunt serve Running "clean:server" (clean) task Running "wiredep:app" (wiredep) task Aborted due to warnings. Execution Time (2015-09-21 08:28:35 UTC) |
Might need a
$ git push --tags
from your src.HTH
The text was updated successfully, but these errors were encountered: