Cannot develop on the navbar

Hello,

I want to change the navbar a little so that grafana looks like our other applications. But i see that it cant be done by just changing public/app/core/component/navbar/navbar.html .
I see that in many of the js files, you have have added navbar.html and i see the same code of navbar.html below the “put” function. For example: In app_bundle.js .

a.put(“public/app/core/components/navbar/navbar.html”,‘

’)

This makes it very difficult to make a small UI changes that i require, please let me know this can be done.

PS: I already tried changing navbar.html → didn’t work.

You have to run grunt. The instructions for building Grafana can be found here.