After pulling down the Total project and spinning it up successfully, I am trying to modify some of the components js and html files. However, when modifying these in the node_modules folder, they get pushed to the target/classes/…folder, but are not reflected once the web server starts.
Is this a cache setting, or am I missing a connecting piece?