Remove bundleExec and banner unneeded variables (legacy before dargs got introduced?)
Remove index and sassPath variables because: they are declared in the wrong block (hoisting), as well as the code being quite self-explanatory and with good comments.
bundleExec
andbanner
unneeded variables (legacy beforedargs
got introduced?)index
andsassPath
variables because: they are declared in the wrong block (hoisting), as well as the code being quite self-explanatory and with good comments.