adding gulp support for sass, fixing the member locked updating
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Sep 2017 12:45:00 +0000 (08:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Sep 2017 12:45:00 +0000 (08:45 -0400)
commit2462d50488ade753bc7702bdd58d4e242c134995
tree43ba8bcb7dd63bae1e723191676440b13dc63e85
parente10d88303d3658e5f6f09f6a562cbb3f55e10947
adding gulp support for sass, fixing the member locked updating

job postings weren't updating if they were locked to member, fixed that
issue. added gulp so the output could be styled with sass
15 files changed:
.gitignore [new file with mode: 0644]
classes/data/dataJobTitles.php
css/admin.css
css/admin.css.map [new file with mode: 0644]
css/front.css
css/front.css.map [new file with mode: 0644]
gulpfile.js [new file with mode: 0644]
models/admin/jobs/index.php
models/admin/jobs/list.php [deleted file]
package.json [new file with mode: 0644]
scss/admin.scss [new file with mode: 0644]
scss/front.scss [new file with mode: 0644]
setup/validActions.php
views/admin/jobs/edit.html
views/front/jobs/list.html