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

Include build/ directory in npm package #40

Open
yin opened this issue Dec 22, 2016 · 1 comment
Open

Include build/ directory in npm package #40

yin opened this issue Dec 22, 2016 · 1 comment

Comments

@yin
Copy link

yin commented Dec 22, 2016

Hi,

Usually people want packages maintained even for websites. Please, include build/ directory in the npm package, so people can use it with web.

@hapticdata
Copy link
Owner

so you are using NPM to manage packages but not using a build tool such as browserify, webpack, require.js? Your workflow is to bring in the file with NPM but include it with a script tag like <script src="node_modules/toxiclibsjs/build/toxiclibs.js"></script> ?

I think its a little uncommon but I'm not strongly opposed to including the build/ directory in the NPM package, just want to make sure I understand how it would be used.

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