thanpolas / grunt-closure-tools

Google Closure Tools for grunt
MIT License
95 stars 22 forks source link

Load grunt tasks automatically #61

Closed software-engineering closed 10 years ago

software-engineering commented 10 years ago

I get a problem if i use the load-grunt-task plugin. Example: require('load-grunt-tasks')(grunt); // also with pattern to exclude tasks grunt.initConfig({ closureDepsWriter: { ...

to use the load-grunt-task pattern to exclude tasks didn't work

Error: I get every time Warning: Maximum call stack size exceeded. !!!Without the load-grunt-tasks it works perfect. It would be nice if the grunt-closure-tools plugin works with the load-grunt-tasks plugin.

thanpolas commented 10 years ago

@it-schaedler i setup a local project using load-grunt-tasks and it works just fine... you must have something else causing the error...