-
Notifications
You must be signed in to change notification settings - Fork 47
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
automating winjs api genration #32
base: master
Are you sure you want to change the base?
Conversation
550360b
to
df2e06e
Compare
This includes an updated grunt task that automatically updates react-winjs.js with updated api metadata.
I appreciate the effort but I don't believe this is worth the work to automate. We have instructions on our wiki for maintainers describing how to update I think it would be sufficient to update that wiki page to give an example command to run. Something like: "Assuming you are in a directory which has
For fun, if we were to automate this (again, I don't think it's worth the effort), here are my thoughts on the ideal solution. I don't think we should check Instead of replacing the definition of |
@rigdern - ok I think this is starting to look better (from a tooling perspective). TODO
|
As a noob to the project - discovering how to get this going was rather difficult. So as much automation here as possible would be ideal. I agree with both points you made - I tried to I saw this more as a stepping in the automation direction. How it ends up is worth iterating on. |
I got it working. There was a strange caching problem with
tscore.js
processing multiple files.But putting it up here to show my thinking... Any feedback would be great.
This work is coupled with the PR: winjs/winjs-control-apis#1
/cc @rigdern