'js' & 'node' inside of Gruntfile.js are not recursive
amotmot opened this issue · 2 comments
amotmot commented
js: ['app/src/*.js'],
node: ['node'],
The above Gruntfile.js
configuration files are not recursive. With Retire.js a recursive search can be executed with retire .
without having to worry about the code-base layout.
eoftedal commented
Try node/**
and app/src/**.js
or app/src/**/*.js