-
Notifications
You must be signed in to change notification settings - Fork 5
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
Don't create entrypoint if it exists as js #11
Comments
Not just that it should be looking at files.browserify.entrypoint. If the user changes it later and then installs a new version it's not enough to check coffee or JS. On Sat, Mar 1, 2014 at 12:19 PM, Jason Karns [email protected]
|
Yeah, this is just a half step. To avoid the general rename case we have two options that I see.
Does npm fire off the postinstall scripts as each package is installed? Or queue them up and fire them off after the entire install is finished? |
I think lineman will always be available at install time. As a peer dep, npm will ensure it's there first. On Sat, Mar 1, 2014 at 12:32 PM, Jason Karns [email protected]
|
No description provided.
The text was updated successfully, but these errors were encountered: