Issue with grunt compiling scripts

Hello everyone!

I’m having some issues with compiling scripts using grunt, in that it doesn’t work when I save any changes to my custom scripts.

Everytime I add a new .js file into the plugins folder, grunt will not recognize that it is there unless I add the name of the specific js file into the list in the grunt.js file and save it, which recompiles it. Doing so won’t allow me to update any of my js plugins at all when they are saved. I have to recompile it everytime I change one of my scripts.

Any ideas?