Hi Hugo, I use maven for that, although I use VSCode, so that way I ensure my build of the project is independent of the IDE I'm using and I can upload to a CI server and ensure the build will work exactly as it works locally. Don't like when I build something locally and in the CI server things go differently.
anyway I think the way to make VSCode copy assets is with the asconfig.json file and the following config line: "copySourcePathAssets": true El dom., 4 oct. 2020 a las 12:20, Hugo Ferreira (<[email protected]>) escribió: > Do you guys that use VS Code know how to always force to copy JS resources > from resources folder to bin/resources ? > If I add or change a JS file on my resources folder, I have to manually > copy to bin folder. > -- Carlos Rovira http://about.me/carlosrovira
