firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

Attempts to load files other than js, yaml and coffee #19

Closed jednano closed 10 years ago

jednano commented 10 years ago

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.

jgallen23 commented 10 years ago

merged. will release this today or tomorrow