-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor(serve:favicon) change favicon package #461
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
Conversation
@yordis in That should fix your build. Thanks for the PR! |
Done, What should I have to run because I didn't see the test task or something like that |
@yordis, you can run |
Just run: |
That would be from the root folder of 'generator-angular-fullstack' |
@remicastaing I saw the result on Travis CI after I saw the comment of @kingcody :D but what I am looking for is something like: don't create two commits because I didn't run the tests, most of the time I look for a grunt task but doesn't have a grunt task for testing and then I didn't know |
I've made some improvements to the tests work flow.
|
Much improved! Thanks @DaftMonk. Hopefully this will help with the timeouts I get on my dev computer :) |
@kingcody It should fix those timeouts. It's a pretty huge speed difference: from 3-4 minutes to run tests, down to 24 seconds. |
@yordis just for future reference, after you've made changes that need to be included in the same PR and, by keeping with the one commit per PR, the previous commit. You can add the changed files like you normally do ( Then to push it to your PR branch, you would run |
@DaftMonk I going to remove the commit about the automation of the testing |
@kingcody I get the idea, I am pretty new cooperating in Github, next time just one commit per PR. I will try to fix it. |
change static-favicon to serve-favicon because the npm install process recommend to change it. npm WARN deprecated [email protected]: use serve-favicon module Signed-off-by: Yordis Prieto <[email protected]>
Thanks @kingcody. I should also remember your comment. |
@yordis no problem. I recently discovered some of that for myself ;) |
@DaftMonk are you going to merge this one? |
@yordis, I could be wrong; but I don't think the You may need to |
If you do not specify the .bowerrc could be fail because bower can install the dependencies in other folder and in this line it's check hard coding for @DaftMonk what do you think about this? |
@yordis do you have a |
Bower by default _should_ install inside Steps to replicate
You are not doing wrong the problem is bower. I didn't have any .bowerrc inside and then bower did what I said it put it in the wrong place. I understand bower _should_ install inside |
My guess is that you have an older version of bower and its trying to install into the components folder. In any case, if its helping prevent the test fails I don't have a problem with including it. |
refactor(favicon) change favicon package
change static-favicon to serve-favicon because the npm install process
recommend to change it.
npm WARN deprecated [email protected]: use serve-favicon module