linkjuice
linkjuice copied to clipboard
Why do we require *?
Hi @toddmotto ,
I have couple of questions regrading builiding process of linkjuice,
- Why do we require
gulp-cleanat all.Why do we need to cleandist/folder before running some task. I think when running some task ingulpusing somepluginsthen is files with same name already present than they get's automatically overwritten. - Since
gulp-cleanis being deprecated cant't we switch over to something likedelas suggested on official gulp repo. - Why don't we
whitelistorblacklistsome files before publish to npm withfileskey in package.json or.npmignorerespectively. - Why do we require
.babelrcwhen we are specifying present ingulp-babel.
I am ready to take up these fixes if you think we need to fix some or all of them.
I just use the same gulp setup (mostly) for most my OSS projects, I don't really want to spend time changing/updating dependencies to try new ones out as it's only a simple JS compiler etc. If you wanna make the fixes then awesome though ! 💃