Problem with making production build camunda webapps

Hi every body.
I have downloaded [https://github.com/camunda/camunda-bpm-webapp](http://camunda webapp) and made my own changes in camunda-commons-ui and every thing is working fine in development while running project with
mvn jetty:run -Pdevelop now I want to make a production build and I don’t know what to do.
Indeed I have run grunt build and already have lib,plugin,app directories ready.
but now I’ve stuck in this step.
I looking to apply this UI changes in camunda v7.12

Though I’ve never done it myself, looking at the pom it seems like mvn clean -Pdistro package would do the trick.

Hello again …
The actual problem is when I deploy my customized scripts the problem appears here.
In variable tabs of an process instance there is nothing to show even the term “no variable …” or somthing like that.
Even when I check the network sends/receives in developer tools nothing happens.

Hi
I’ve tested this but nothing changed

Really hard to say, I don’t have much data to work with… Are there any errors in the console of the browser? It seems like the table is having issues. I would fully expect to at least see the header containing name, type, value, etc.

What are the nature of the changes you made? I would also double check that your variable table looks okay in development (make sure your updated code is being retrieved and that you’re not cacheing something old).

Yeah I know .
Because there is no error in console nor warnings.
as I said before every thing is ok in development mode but when is come to build it become crazy.

What are the nature of the changes you made?

The only thing that I changed is date filter in common-ui to customize date presentation.
Now you are saying that Im going to build the source with no changes made . to see problem is coming from the way Im getting build or the source code changes. I’ll report back

Still not working even with original source compiled.

For the sake of reproducing, what commit of the project do you have checked out?

The latest version
7.13.0-SNAPSHOT

Ok very well I must introduce that everything went ok.
I had to download the bpmn platform and built the hole platform then I got my distribution . After that I replaced the output of my own customized webapps to this new build and that’s ok now.
thanks to you @jgigliotti for your cooperation .