latest updates
[namibia] / data / instructions / Working-with-a-front-end-template.txt
1 There are 3 locations when working with a front-end template EG: AuctionGrid:
2         - /js/app/portal-workspace/auction.js
3         - /templates/page/auction.html
4         - /templates/page/auction.js
5         
6 When updating any javascript files under /js/app/ incriment the js version in index.html, IE:
7         - /min/?g=appJs&096 to /min/?g=appJs&097
8         
9 All javascript files under /js/app/ must be included in /public/min/groupsConfig.php in the 'appJs' array.
10