Update the about page and about code to conform with the standards used elsewhere.
* Make the about code use a PageModule. * Include the about module in the static_resources instead of including it separately. * Start the about module when looking at the about page. * Add ultra basic unit test for about page.
Showing
- lib/static_resources.js 2 additions, 1 deletionlib/static_resources.js
- resources/static/pages/about.js 23 additions, 9 deletionsresources/static/pages/about.js
- resources/static/pages/start.js 8 additions, 4 deletionsresources/static/pages/start.js
- resources/static/test/cases/pages/about.js 33 additions, 0 deletionsresources/static/test/cases/pages/about.js
- resources/views/about.ejs 0 additions, 1 deletionresources/views/about.ejs
- resources/views/test.ejs 2 additions, 0 deletionsresources/views/test.ejs
Loading
Please register or sign in to comment