The glob that loads tasks is a simple * glob. This needs to be filtered down to just js, yaml and coffee files only. I'm having issues with my TypeScript files as well as the sourcemaps throwing errors when this glob tries to load them as JavaScript files.
The glob that loads tasks is a simple
*
glob. This needs to be filtered down to just js, yaml and coffee files only. I'm having issues with my TypeScript files as well as the sourcemaps throwing errors when this glob tries to load them as JavaScript files.