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

check out meteor-with-webpack #249

Open
gadicc opened this issue May 7, 2015 · 2 comments
Open

check out meteor-with-webpack #249

gadicc opened this issue May 7, 2015 · 2 comments

Comments

@gadicc
Copy link
Owner

gadicc commented May 7, 2015

@trusktr:

Just clone and cd meteor && meteor. I'm like half way, but currently you'll see three packages in the app's packages folder. The two lib ones depend on the webpack one. Each one has an entry point 'main.js' which gets transformed by the webpack package into a self-executing bundle.

Next I've gotta handle common npm dependencies across packages, allow a packages to have a config file so devs can specify multiple entry point files, and handle application code besides packages. That'll be the whole proof of concept. Then after that I'll get famous-views using it, pulling famous from npm instead of Atmosphere, but still depending on the other Atmosphere packages.

http://github.com/trusktr/meteor-with-webpack

@trusktr
Copy link

trusktr commented May 9, 2015

I started a new repo specifically for the webpack package, and will call it rocket:module on Atmosphere, not referring to webpack so that the underlying tech can be interchangeable. https://github.com/trusktr/rocket-module

@trusktr
Copy link

trusktr commented May 9, 2015

I'm aiming to finish the initial feature set by this Sunday, then make current famous-views work with it.

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

No branches or pull requests

2 participants