Organizing the js app more.
authorSteve Sutton <ssutton@gmail.com>
Sun, 27 Aug 2017 19:56:19 +0000 (15:56 -0400)
committerSteve Sutton <ssutton@gmail.com>
Sun, 27 Aug 2017 19:56:19 +0000 (15:56 -0400)
commit6b04dd66fe0d506abaca4b7ee48cd429efb8bc37
tree10b3f577748e22d2e3116ac44db02bc37f7532c0
parent8191529f80ec45c34a3681605109cc6cd4e2a28c
Organizing the js app more.

For the main app object adding Models, Collections and Views.
Updating the files in js so they'll all be put into one of these.
20 files changed:
gulpfile.js
js/collections/accounts.js
js/collections/regClasses.js
js/collections/regRates.js
js/glmApp.js [deleted file]
js/lib/require.js [deleted file]
js/lib/text.js [deleted file]
js/models/account.js
js/models/login.js
js/models/regClass.js
js/models/regEvent.js
js/models/regRate.js
js/regApp.js [new file with mode: 0644]
js/views/account.js
js/views/app.js
js/views/login.js
js/views/regClass.js
js/views/regEvent.js
models/front/registrations/registration.php
views/front/registrations/registration.html