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

Browserify runs in development environment, not server #48

Closed
David-Hari opened this issue May 7, 2015 · 2 comments
Closed

Browserify runs in development environment, not server #48

David-Hari opened this issue May 7, 2015 · 2 comments

Comments

@David-Hari
Copy link

In the "why concatenate" section (https://github.com/substack/browserify-handbook#why-concatenate), it says:

Browserify is a build step that runs on the server.

While this may be doable, it is more likely that Browserify will be run during development, when building the app.

@zenflow
Copy link

zenflow commented Jun 22, 2015

Agree. It can run on the server (browserify-middleware is neat) but usually it's run on a dev machine.
Why not make a PR? Personally I would have started there as it would have been about as much effort as opening this issue was.

@goto-bus-stop
Copy link
Member

Finally fixed :) thanks!

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

3 participants