I have the following directory structure:
--development -js -pages --js -pages
I\'m trying to take all files in development/js/pa
For anyone else looking the second option above almost worked but I needed to remove the options block and include expand in the files block:
pages: { files: [{ expand: true, cwd: 'development/js/page', src: '*.js', dest: 'js/page/', ext : '.min.js', }] }