toxiclibsjs icon indicating copy to clipboard operation
toxiclibsjs copied to clipboard

Include build/ directory in npm package

Open yin opened this issue 8 years ago • 1 comments

Hi,

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

yin avatar Dec 22 '16 13:12 yin

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.

hapticdata avatar Jan 03 '17 21:01 hapticdata