I have a project with both gulpfile.js ("gulp syntax") and gulpfile.babel.js ("ES6 syntas") files in the same (root) directory.
So when I'm executing
gulp [taskname]
in the command line (Windows10-cmd + gulp-CLI) - the gulpfile.js is executing by default.
But can I force the gulp-CLI to run the gulpfile.babel.js instead of gulpfile.js in some ways?