fusion-cli icon indicating copy to clipboard operation
fusion-cli copied to clipboard

Add file list to package.json

Open madhusudhand opened this issue 7 years ago • 4 comments

fusion-cli npm modules includes all the files from source which makes it heavy. Hence included only required files.

madhusudhand avatar Mar 19 '19 12:03 madhusudhand

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 19 '19 12:03 CLAassistant

@KevinGrandon added a generic negate rule "!**/test/" to ignore all the test directories under any directory not just 'build'. In case if we add test files for others later this will take care.

madhusudhand avatar Mar 20 '19 10:03 madhusudhand

Removed the optional entries README.md and LICENSE as per the review comments.

madhusudhand avatar Mar 28 '19 08:03 madhusudhand

I think sw.js is also missing. This leaves me thinking maybe we might want to use .npmignore instead, which would be the contents of .gitignore plus:

docs/
test/e2e
.github/
.buildkite/
.*

I'm wary of accidentally having necessary files being published, so perhaps it's better to instead explicitly say which files should not be published.

rtsao avatar Apr 12 '19 20:04 rtsao