Quickreload has problems with node_modules folder

Hello,

I struggled with a problem on quickreload. I use gulp to build my js and css files, and this gulpfile alos the package.json was in src/main/resources. So there was also the node_modules folder with a lot of files.

Don’t do this

Because quickreload read all the files and this occures in an error that when you load the jira in your browser their is so much errors that $ and AJS is not found, and nothing works.

cheers
Chris

The solution is to move the package.json away from sr/main/resoruces. Maybe in the root of the project or somewhere else.

1 Like