diegonetto / stock-dog

Tutorial on building an Angular application.
47 stars 44 forks source link

Missing tags? #1

Open aliwatters opened 9 years ago

aliwatters commented 9 years ago

Might need a $ git push --tags from your src.

ali@jessie:~/git/stock-dog$ git pull origin master
From github.com:diegonetto/stock-dog
 * branch            master     -> FETCH_HEAD
Already up-to-date.
ali@jessie:~/git/stock-dog$ git pull --tags
Already up-to-date.
ali@jessie:~/git/stock-dog$ git tag
// <-- nothing here
ali@jessie:~/git/stock-dog$ git remote -v
origin  git@github.com:diegonetto/stock-dog.git (fetch)
origin  git@github.com:diegonetto/stock-dog.git (push)

HTH

lrochfort commented 9 years ago

Same happens to me.

I also get an ENOENT from grunt serve.

vkarpov15 commented 9 years ago

Can you show me the full error message @lrochfort ?

lrochfort commented 9 years ago

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 "serve" task

Running "clean:server" (clean) task

Running "wiredep:app" (wiredep) task Warning: ENOENT, no such file or directory '/home/laurence/code/angular/pro-angular-book/stock-dog/app/bower.json' Use --force to continue.

Aborted due to warnings.

Execution Time (2015-09-21 08:28:35 UTC) loading tasks 3ms ▇▇ 3% serve 1ms ▇ 1% clean:server 8ms ▇▇▇▇▇ 9% wiredep:app 80ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%