summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
Commit message (Expand)AuthorAgeFilesLines
* format source codeDan Allen2018-12-312-39/+52
* copy images for preview siteDan Allen2018-12-312-9/+13
* rename preview-site-src folder to preview-srcDan Allen2018-12-301-1/+1
* add support for writing preview pages in AsciiDocDan Allen2018-12-302-12/+40
* rename previewServe task function to serveDan Allen2018-12-303-12/+12
* further simplify the preview:serve taskDan Allen2018-12-302-9/+5
* add missing file in Gulp buildDan Allen2018-12-301-0/+5
* fix lint error in Gulp buildDan Allen2018-12-301-1/+1
* consolidate Gulp buildDan Allen2018-12-309-21/+20
* reorganize Gulp buildDan Allen2018-12-304-43/+47
* use sync fs operations so fonts get included in bundleDan Allen2018-12-291-1/+1
* define fallback sink function as default argument [skip ci]Dan Allen2018-12-281-2/+2
* enable failAfterError option on stylelint integrationDan Allen2018-12-281-2/+5
* remove descriptions for internal tasksDan Allen2018-12-281-3/+1
* rewrite preview:pages task to merge streams instead of promisesDan Allen2018-12-281-55/+43
* rename then arg to exec in task definition functionDan Allen2018-12-282-15/+17
* move gulpfile.js into gulpfile.js folderDan Allen2018-12-2812-4/+283
* migrate build to Gulp 4Dan Allen2018-12-281-31/+94
* upgrade dependenciesDan Allen2018-12-261-1/+3
* switch from browser-sync to gulp-connectDan Allen2018-02-141-1/+5
* configure CI job to publish preview site to GitLab PagesDan Allen2017-11-271-1/+1
* update eslint rules and format JavaScriptDan Allen2017-10-121-8/+2
* add lint:css build taskDan Allen2017-10-071-2/+5
* format JavaScript using Prettier w/ ESLint rulesDan Allen2017-10-071-13/+5
* add format build taskDan Allen2017-10-071-1/+12
* add lint build taskDan Allen2017-10-071-3/+8
* resolves #1 add initial Gulp buildDan Allen2017-10-071-0/+40