summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * integrate highlight.js as vendor scriptDan Allen2017-10-115-0/+35
| | | | | | | | | | | | | | - add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script
| * process vendor scripts with browserify in build taskDan Allen2017-10-113-15/+713
|/
* Merge !4Dan Allen2017-10-092-0/+24
|\ | | | | resolves #4 add job to run linters in CI
| * resolves #4 add job to runs linters in CIDan Allen2017-10-072-0/+24
|/
* follow-up to #2 add .editorconfig to enforce (some) style rulesDan Allen2017-10-071-0/+9
|
* Merge !3Dan Allen2017-10-082-0/+4
|\ | | | | resolves #3 set required node version to >= 8.0.0
| * resolves #3 set required node version to >= 8.0.0Dan Allen2017-10-072-0/+4
|/
* drop redundant 'utf8' argument to Buffer#toStringDan Allen2017-10-071-1/+1
| | | | - utf8 is the default argument value, so there's no need to pass it
* add missing stylelint dependency; update resolved dependenciesDan Allen2017-10-072-64/+95
|
* Merge !2Dan Allen2017-10-0713-76/+1075
|\ | | | | resolves #2 enforce coding style rules
| * add lint:css build taskDan Allen2017-10-077-10/+213
| | | | | | | | | | | | | | - add stylelint Gulp plugin - add stylelint standard config - add lint:css build task - rename previous lint build task to lint:js
| * format JavaScript using Prettier w/ ESLint rulesDan Allen2017-10-075-51/+63
| |
| * add format build taskDan Allen2017-10-075-6/+163
| | | | | | | | | | | | | | - add Prettier w/ ESLint integration - add local Gulp plugin to integrate prettier-eslint - add format build task - promote JS file globs to constant
| * add lint build taskDan Allen2017-10-078-29/+656
|/ | | | | | | - add Standard JS variant of ESLint - add ESLint config based on StandardJS w/ custom rules - add lint build task - fix lint violations
* Merge !1Dan Allen2017-10-0712-0/+4797
|\ | | | | resolves #1 add initial Gulp build
| * resolves #1 add initial Gulp buildDan Allen2017-10-0712-0/+4797
|/ | | | | | | | - add task to compile assets (build) - add task to package assets (pack) - add task to build preview site (build:preview) - add task to preview site with file monitor (preview) - create minimum required files for preview site (stylesheet, default template, index.html)
* make it soDan Allen2017-10-014-0/+400