-
Notifications
You must be signed in to change notification settings - Fork 656
Add angular-foundation support #173
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think else keyword should be removed in order bootstrap.js to be always excluded from wiredep unless using official boostrapComponents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wiredep exclusions should be improve to assure that there is no exclusion of something that is not present in the first place. But I think that this was not the case before, so I don't intent you correct it.
3e07e2f to
1dad34f
Compare
|
Looks great to me, thanks! 👍 |
|
I just pushed a small fix for unit test to pass, it seems good to me too. thanks |
|
@Swiip I'll make some manual tests in the morning and tell you when all is OK to merge. |
|
I think it's ready for merge. |
b14c0d7 to
72509f0
Compare
|
@zckrs I've added tests, thanks for reviewing. |
test/mock-prompts.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the default case foundation is not present.
72509f0 to
71101f9
Compare
|
Thanks for you notes @zckrs . I've fix issues mentionned in tests, and also fixed a typo in ngMaterial test https://github.com/Swiip/generator-gulp-angular/blob/master/test/test-gulp-task-inception.mocha.js#L224 |
|
Nice job. Thank you for the contribution. |
|
Thanks ! |
|
Please can you read this guidelines CONTRIBUTING for your next contributions ? |
Implements #171