OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › minifying updated main.js? › Reply To: minifying updated main.js?
August 19, 2020 at 3:38 pm
#67956
Samer
Keymaster
In order to build the app.js
you can use the following command:
npx grunt buildFW
The result will be an app.js
and app.css
which should be what you need.
Please let me know if you run into any issues!