toxiclibsjs
toxiclibsjs copied to clipboard
Include build/ directory in npm package
Hi,
Usually people want packages maintained even for websites. Please, include build/ directory in the npm package, so people can use it with web.
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.