-
Notifications
You must be signed in to change notification settings - Fork 17
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
Move TypeScript build to gulp. #98
Comments
I think so too. |
Could I try this patch? |
Sure. |
Is it going well? |
I'm sorry. I have tried to fix this patch before, but I can not finish it and it stops. If it is okay, I think you might be interested in this patch. |
@yjaeseok What's the problem? If you can explain the problem on Slack or here, I might help you. But if you don't want to continue this work anymore, I can take this. |
I'll take this issue. |
@romandev thanks |
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
This change introduces `gulp` build system to build native/idl files. After this patch, we no longer need to create and modify `gyp/gypi` files to update the list of native/idl files. This change includes the following things: - Introduce `gulp` build (including some related packages) - Stop using `.gypi` files except `generator.gypi`. Once move TSC build to `gulp`, then we can remove it as well ISSUE=#98,#193
We are using gyp build but it's very
쓰레기
. So, I'd like to move TypeScript build to gulp.The text was updated successfully, but these errors were encountered: