Skip to content
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

Hotloading (and compiling) of local (in development) node_modules #83

Closed
6 of 7 tasks
gadicc opened this issue May 12, 2016 · 3 comments
Closed
6 of 7 tasks

Hotloading (and compiling) of local (in development) node_modules #83

gadicc opened this issue May 12, 2016 · 3 comments
Milestone

Comments

@gadicc
Copy link
Owner

gadicc commented May 12, 2016

via gadicc:node-modules-hot.

  • Watch node_modules for all symlinked directories (i.e. from npm link)
  • If src/* is changed, compile with babel to lib
  • Hotloading
  • Hotloading of moduleName instead of current moduleName/index.js
  • Some tests maybe?
  • Add to docs
  • Speed up compilation by using node-babel vs spawn(babel) -- maybe for v2.0.1

This is the last new feature for v2.0.0.

@gadicc gadicc added this to the v2 milestone May 12, 2016
@rickmed
Copy link

rickmed commented May 13, 2016

@gadicc where will the release announcement be made? to subscribe :)

@gadicc
Copy link
Owner Author

gadicc commented May 14, 2016

@rickmed, thanks for the excitement :) just from writing here you're subscribed to this issue, you'll get a notice once it's closed. [email protected] should be out soon after that (I opened #87 if you want to subscribe there too), and I guess a [email protected].

gadicc added a commit that referenced this issue May 14, 2016
@gadicc
Copy link
Owner Author

gadicc commented May 17, 2016

Haven't had much time to work on / test this lately, but wanted to get it out. Just published gadicc:[email protected]. Closing this issue, and will track the upcoming speed improvement in #89.

@gadicc gadicc closed this as completed May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants