Adding gulp to combine and minify all js files for the app.
authorSteve Sutton <ssutton@gmail.com>
Sun, 27 Aug 2017 16:22:35 +0000 (12:22 -0400)
committerSteve Sutton <ssutton@gmail.com>
Sun, 27 Aug 2017 16:25:03 +0000 (12:25 -0400)
commit5be6e95c799cbbae23168d07dcf2cdd11a2c9080
treed3e2dd54ec72aaca817013efad61a90e2b49887a
parent9cd32cb84f945c27d2f5ed87c67e6e7a599e5b7e
Adding gulp to combine and minify all js files for the app.

Adding gulp to the registration project. The default task will combine
and uglify the js files and then watch the js folders models collections
and views for any file changes.
.gitignore [new file with mode: 0644]
gulpfile.js [new file with mode: 0644]
js/glmApp.js [new file with mode: 0644]
models/front/registrations/registration.php
package.json [new file with mode: 0644]