I'm trying to make a change to Kibana core. I'm trying to start out very small and I've made a single change to a .js file and a .html file (specifically _create.*). After issuing a "npm run build" I am not seeing all of my changes reflected under the build directory. The .js changes are there but the match .html changes are NOT.
I'm trying to test by running "npn start --dev" the changes are not reflected in the served up page.