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

Uses one build for bower, npm, and global builds #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeffkole
Copy link

Take a look at this possible solution to the "one build to bind them" problem. The changes that matter are in package.json, bower.json, and script/build. The rest is just committed generated source files.

I think this should work, though without being able to properly release it, I can't really test it out.

The most controversial part of this may be that I changed the main attribute in package.json to point to the dist/lib/index.js file. If the release process called npm publish dist instead of just npm publish, we would not need to do that.

@micky2be
Copy link

micky2be commented Jan 6, 2016

Looking forward to see that merged

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

Successfully merging this pull request may close these issues.

2 participants