-
Notifications
You must be signed in to change notification settings - Fork 210
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
Import utility script for MDN links #363
Conversation
Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄 |
Thanks for your doing! I think that we can make this feature as one npm module. |
Interesting. I don't mind moving the code into an npm package, but how do On Tue, 30 Jun 2015 07:06 Ryuichi Okumura notifications@github.com wrote:
|
I've created a basic NPM package with a couple of methods. How would you like to proceed with utilising this package in YUIDoc? |
Cool! This is close to what I was thinking. It looks YUIDoc is able to depends on this and use it. What do you think? |
That's what I was hoping for ;-) I'm just not sure about updating at On Wed, 1 Jul 2015 13:51 Ryuichi Okumura notifications@github.com wrote:
|
Aha, doesn't your mdn-links module has static data? if so, it should has the static data. |
|
It does, but it also provides an update method to freshen the data. Once On Wed, 1 Jul 2015 16:38 Ryuichi Okumura notifications@github.com wrote:
|
Updated and rebased, should be ready to go. |
Thanks! I'll take a look in this week. |
It looks good to me. Thanks! |
Implements #354. A utility script is provided to update the native links, which can then be committed to the repo. In the future, this could be improved to update the links at compile time so that they are always fresh.