Separate front and admin js files into two min ones.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 11 Sep 2017 20:17:01 +0000 (16:17 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 11 Sep 2017 20:17:01 +0000 (16:17 -0400)
commit93cd2339963d692522ef06a8448425c729b84fd0
tree087474c37af131b33aa2103b20415fd419be1143
parent072809b0d9714699f10710bdfdfcefe1e06dc2e4
Separate front and admin js files into two min ones.

All admin scripts now in adminRegApp.js.
All front scripts now in frontRegApp.js.
Updating enqueue for the scripts.
Update gulp file to only watch for admin folder for the admin file, and
front files for the front one.
Working on the edit class in admin.
css/admin.css
gulpfile.js
js/adminRegApp.js [new file with mode: 0644]
js/frontRegApp.js [new file with mode: 0644]
js/regApp.js [deleted file]
js/views/admin/regClass.js
js/views/admin/regEvent.js
js/views/front/account.js
models/admin/registrations/events.php
models/front/registrations/registration.php
views/admin/registrations/eventEditLevels.html