Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changesHEADmaster | Daniel Isaksen | 2019-04-12 | 7 | -75/+228 |
| | |||||
* | add page.url to UI templates table [skip ci] | Dan Allen | 2019-03-12 | 1 | -1/+6 |
| | |||||
* | don't show Edit this Page if repository is private | Dan Allen | 2019-02-18 | 2 | -1/+3 |
| | |||||
* | format source code | Dan Allen | 2018-12-31 | 2 | -39/+52 |
| | |||||
* | copy images for preview site | Dan Allen | 2018-12-31 | 2 | -9/+13 |
| | |||||
* | remove _attributes.adoc files [skip ci] | Dan Allen | 2018-12-31 | 14 | -42/+0 |
| | |||||
* | merge !67 | Dan Allen | 2019-01-01 | 12 | -355/+291 |
|\ | | | | | resolves #73 add support for writing preview pages in AsciiDoc | ||||
| * | rename preview-site-src folder to preview-src | Dan Allen | 2018-12-30 | 7 | -7/+16 |
| | | |||||
| * | add support for writing preview pages in AsciiDoc | Dan Allen | 2018-12-30 | 7 | -348/+275 |
|/ | |||||
* | lock version of gifsicle to fix compilation error on Alpine Linux | Dan Allen | 2018-12-30 | 2 | -12/+23 |
| | |||||
* | enforce minimum version for gulp-vinyl-zip [skip ci] | Dan Allen | 2018-12-30 | 2 | -2/+2 |
| | |||||
* | rename previewServe task function to serve | Dan Allen | 2018-12-30 | 3 | -12/+12 |
| | |||||
* | further simplify the preview:serve task | Dan Allen | 2018-12-30 | 2 | -9/+5 |
| | | | | - move watch function to third argument of previewServe function | ||||
* | add missing file in Gulp build | Dan Allen | 2018-12-30 | 1 | -0/+5 |
| | |||||
* | fix lint error in Gulp build | Dan Allen | 2018-12-30 | 1 | -1/+1 |
| | |||||
* | consolidate Gulp build | Dan Allen | 2018-12-30 | 10 | -21/+24 |
| | | | | | | - move task require to gulpfile.js/tasks/index.js - abbreviate variable names - use ospath where appropriate | ||||
* | reorganize Gulp build | Dan Allen | 2018-12-30 | 6 | -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 bundle | Dan Allen | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | define fallback sink function as default argument [skip ci] | Dan Allen | 2018-12-28 | 1 | -2/+2 |
| | |||||
* | use tilde ranges instead caret ranges for dependency versions [skip ci] | Dan Allen | 2018-12-28 | 2 | -82/+82 |
| | | | | - use tilde ranges as it gives us control over minor version upgrades | ||||
* | enable failAfterError option on stylelint integration | Dan Allen | 2018-12-28 | 1 | -2/+5 |
| | |||||
* | merge !64 | Dan Allen | 2018-12-28 | 25 | -1686/+1478 |
|\ | | | | | resolves #71 upgrade build to Gulp 4 | ||||
| * | use url- attribute prefix in README instead of uri- | Dan Allen | 2018-12-28 | 1 | -29/+29 |
| | | |||||
| * | update docs to reflect changes in Gulp build and Node requirements | Dan Allen | 2018-12-28 | 5 | -80/+67 |
| | | |||||
| * | remove descriptions for internal tasks | Dan Allen | 2018-12-28 | 1 | -3/+1 |
| | | |||||
| * | rewrite preview:pages task to merge streams instead of promises | Dan Allen | 2018-12-28 | 1 | -55/+43 |
| | | |||||
| * | rename then arg to exec in task definition function | Dan Allen | 2018-12-28 | 2 | -15/+17 |
| | | |||||
| * | move gulpfile.js into gulpfile.js folder | Dan Allen | 2018-12-28 | 12 | -27/+31 |
| | | |||||
| * | migrate build to Gulp 4 | Dan Allen | 2018-12-28 | 17 | -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 !57 | Dan Allen | 2018-12-28 | 1 | -1/+1 |
|\ | | | | | Fix an option in build-preview-ui.adoc | ||||
| * | Fix an option in build-preview-ui.adoc | Petr Bokoč | 2018-12-28 | 1 | -1/+1 |
|/ | |||||
* | merge !62 | Dan Allen | 2018-12-27 | 1 | -0/+1 |
|\ | | | | | Enable the Swift language highlight in code blocks | ||||
| * | enable the Swift language highlight in code blocks | Roman Shamritskiy | 2018-12-28 | 1 | -0/+1 |
|/ | |||||
* | merge !63 | Dan Allen | 2018-12-27 | 9 | -2533/+3866 |
|\ | | | | | Upgrade dependencies | ||||
| * | add description to Gulp build | Dan Allen | 2018-12-26 | 1 | -0/+4 |
| | | |||||
| * | switch CI pipeline to Node 10 | Dan Allen | 2018-12-26 | 1 | -1/+1 |
| | | |||||
| * | upgrade dependencies | Dan Allen | 2018-12-26 | 7 | -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 Allen | 2018-12-10 | 1 | -0/+9 |
| | |||||
* | merge !59 | Dan Allen | 2018-12-07 | 2 | -4/+4 |
|\ | | | | | resolves #66 show displayVersion instead of version for page / component | ||||
| * | show displayVersion instead of version for page / component | Dan Allen | 2018-12-06 | 2 | -4/+4 |
|/ | |||||
* | merge !55 | Dan Allen | 2018-10-13 | 1 | -0/+1 |
|\ | | | | | Add clojure to highlight.js languages | ||||
| * | Add clojure to highlight.js languages | Dominic Monroe | 2018-10-13 | 1 | -0/+1 |
|/ | |||||
* | fix scroll into view behavior in navigation | Dan Allen | 2018-08-12 | 2 | -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 scrollIntoView | Dan Allen | 2018-08-12 | 1 | -2/+2 |
| | |||||
* | debug navigation scrollIntoView | Dan Allen | 2018-08-12 | 1 | -0/+3 |
| | |||||
* | add slight breathing room below expandable list in nav | Dan Allen | 2018-08-07 | 1 | -4/+3 |
| | |||||
* | remove margin below nested nav list | Dan Allen | 2018-08-07 | 1 | -6/+2 |
| | |||||
* | use lighter color for navigation toggle icon | Dan Allen | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | merge !52 | Dan Allen | 2018-08-06 | 2 | -4/+4 |
|\ | | | | | resolves #59 preserve character references in page title part of html title | ||||
| * | preserve character references in page title part of html title | Dan Allen | 2018-08-06 | 2 | -4/+4 |
|/ |