Why do we require *?
Opened this issue · 1 comments
tarungarg546 commented
Hi @toddmotto ,
I have couple of questions regrading builiding process of linkjuice,
- Why do we require
gulp-clean
at all.Why do we need to cleandist/
folder before running some task. I think when running some task ingulp
using someplugins
then is files with same name already present than they get's automatically overwritten. - Since
gulp-clean
is being deprecated cant't we switch over to something likedel
as suggested on official gulp repo. - Why don't we
whitelist
orblacklist
some files before publish to npm withfiles
key in package.json or.npmignore
respectively. - Why do we require
.babelrc
when 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.
toddmotto commented
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 ! 💃