summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changesHEADmasterDaniel Isaksen2019-04-127-75/+228
|
* add page.url to UI templates table [skip ci]Dan Allen2019-03-121-1/+6
|
* don't show Edit this Page if repository is privateDan Allen2019-02-182-1/+3
|
* format source codeDan Allen2018-12-312-39/+52
|
* copy images for preview siteDan Allen2018-12-312-9/+13
|
* remove _attributes.adoc files [skip ci]Dan Allen2018-12-3114-42/+0
|
* merge !67Dan Allen2019-01-0112-355/+291
|\ | | | | resolves #73 add support for writing preview pages in AsciiDoc
| * rename preview-site-src folder to preview-srcDan Allen2018-12-307-7/+16
| |
| * add support for writing preview pages in AsciiDocDan Allen2018-12-307-348/+275
|/
* lock version of gifsicle to fix compilation error on Alpine LinuxDan Allen2018-12-302-12/+23
|
* enforce minimum version for gulp-vinyl-zip [skip ci]Dan Allen2018-12-302-2/+2
|
* rename previewServe task function to serveDan Allen2018-12-303-12/+12
|
* further simplify the preview:serve taskDan Allen2018-12-302-9/+5
| | | | - move watch function to third argument of previewServe function
* 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-3010-21/+24
| | | | | | - move task require to gulpfile.js/tasks/index.js - abbreviate variable names - use ospath where appropriate
* reorganize Gulp buildDan Allen2018-12-306-45/+48
| | | | | | | | - rename exec argument to call - pick off and use first argument of exportTasks function as default task - remove use of path - use gulp.watch instead of chokidar (which, in turn, uses chokidar) - add loop and opts arguments to task function (currently unused)
* 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
|
* use tilde ranges instead caret ranges for dependency versions [skip ci]Dan Allen2018-12-282-82/+82
| | | | - use tilde ranges as it gives us control over minor version upgrades
* enable failAfterError option on stylelint integrationDan Allen2018-12-281-2/+5
|
* merge !64Dan Allen2018-12-2825-1686/+1478
|\ | | | | resolves #71 upgrade build to Gulp 4
| * use url- attribute prefix in README instead of uri-Dan Allen2018-12-281-29/+29
| |
| * update docs to reflect changes in Gulp build and Node requirementsDan Allen2018-12-285-80/+67
| |
| * 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-27/+31
| |
| * migrate build to Gulp 4Dan Allen2018-12-2817-1554/+1367
|/ | | | | | | | | - upgrade to Gulp 4 - refactor tasks to use Gulp 4 task system - switch from map-stream to through2.obj - switch from fs to fs-extra - fix Gulp prettier+eslint integration - rename tasks
* merge !57Dan Allen2018-12-281-1/+1
|\ | | | | Fix an option in build-preview-ui.adoc
| * Fix an option in build-preview-ui.adocPetr Bokoč2018-12-281-1/+1
|/
* merge !62Dan Allen2018-12-271-0/+1
|\ | | | | Enable the Swift language highlight in code blocks
| * enable the Swift language highlight in code blocksRoman Shamritskiy2018-12-281-0/+1
|/
* merge !63Dan Allen2018-12-279-2533/+3866
|\ | | | | Upgrade dependencies
| * add description to Gulp buildDan Allen2018-12-261-0/+4
| |
| * switch CI pipeline to Node 10Dan Allen2018-12-261-1/+1
| |
| * upgrade dependenciesDan Allen2018-12-267-2532/+3861
|/ | | | | | | | - upgrade dependencies - add preview mode to build - adding missing displayVersion properties in preview model - exclude no-descending-specificity rule in stylelint - fixes compatibility with Node 10
* document page.next, page.previous, and page.parent in UI model [skip ci]Dan Allen2018-12-101-0/+9
|
* merge !59Dan Allen2018-12-072-4/+4
|\ | | | | resolves #66 show displayVersion instead of version for page / component
| * show displayVersion instead of version for page / componentDan Allen2018-12-062-4/+4
|/
* merge !55Dan Allen2018-10-131-0/+1
|\ | | | | Add clojure to highlight.js languages
| * Add clojure to highlight.js languagesDominic Monroe2018-10-131-0/+1
|/
* fix scroll into view behavior in navigationDan Allen2018-08-122-10/+7
| | | | | | | - set position relative on .nav-menu - remove position relative from .nav-item - optimize computations for scroll into view - remove debug statements
* more debugging of scrollIntoViewDan Allen2018-08-121-2/+2
|
* debug navigation scrollIntoViewDan Allen2018-08-121-0/+3
|
* add slight breathing room below expandable list in navDan Allen2018-08-071-4/+3
|
* remove margin below nested nav listDan Allen2018-08-071-6/+2
|
* use lighter color for navigation toggle iconDan Allen2018-08-071-1/+1
|
* merge !52Dan Allen2018-08-062-4/+4
|\ | | | | resolves #59 preserve character references in page title part of html title
| * preserve character references in page title part of html titleDan Allen2018-08-062-4/+4
|/