Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Match yeoman output #4

Merged
merged 7 commits into from
Nov 3, 2015
Merged

Match yeoman output #4

merged 7 commits into from
Nov 3, 2015

Conversation

adrianwhite
Copy link
Member

This tidies up the code to match that of the Yeoman generated pattern and updates the code to use Base.

@adrianwhite adrianwhite mentioned this pull request Oct 29, 2015
@adrianwhite
Copy link
Member Author

@jcbrand as you wrote the yeoman generator would you be able to please review this?
Cheers

// If require.js is not available, you'll need to make sure that these
// global variables are available.
factory($, patterns.Base, patterns, patterns.Parser, patterns.logger);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moment needs to be passed in here, like so:

factory($, patterns.Base, patterns, patterns.Parser, patterns.logger, moment);

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought that might have been the case. I meant to ask but it slipped my mind.

@jcbrand
Copy link
Contributor

jcbrand commented Nov 3, 2015

hi @adrianwhite, looks good, just two small things I mentioned in inline comments.

@adrianwhite
Copy link
Member Author

@jcbrand I've pushed a couple of commits as per your notes.
Thank you very much for your input.

jcbrand added a commit that referenced this pull request Nov 3, 2015
@jcbrand jcbrand merged commit c0c7dd7 into master Nov 3, 2015
@jcbrand jcbrand deleted the match-yeoman-output branch November 3, 2015 23:23
@jcbrand
Copy link
Contributor

jcbrand commented Nov 3, 2015

Cheers!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants