The tasks file in the docs uses ES6 syntax (import/export), which start-cli is not able to parse natively by default which makes it gives a slightly misleading error: Unable to find "tasks.js" file, please check it again
It should give a more faithful error, like "unable to parse" or something. The docs probably should also use ES5 syntax?
Awesome project btw, just found it and trying it out.
The tasks file in the docs uses ES6 syntax (import/export), which start-cli is not able to parse natively by default which makes it gives a slightly misleading error: Unable to find "tasks.js" file, please check it again
It should give a more faithful error, like "unable to parse" or something. The docs probably should also use ES5 syntax?
Awesome project btw, just found it and trying it out.