| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
- add highlight.js as dependency
- add script to require highlight.js and register languages
- add footer scripts partial
- link to compiled highlight.js script
|
|/ |
|
|\
| |
| | |
resolves #4 add job to run linters in CI
|
|/ |
|
| |
|
|\
| |
| | |
resolves #3 set required node version to >= 8.0.0
|
|/ |
|
|
|
|
| |
- utf8 is the default argument value, so there's no need to pass it
|
| |
|
|\
| |
| | |
resolves #2 enforce coding style rules
|
| |
| |
| |
| |
| |
| |
| | |
- add stylelint Gulp plugin
- add stylelint standard config
- add lint:css build task
- rename previous lint build task to lint:js
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- add Prettier w/ ESLint integration
- add local Gulp plugin to integrate prettier-eslint
- add format build task
- promote JS file globs to constant
|
|/
|
|
|
|
|
| |
- add Standard JS variant of ESLint
- add ESLint config based on StandardJS w/ custom rules
- add lint build task
- fix lint violations
|
|\
| |
| | |
resolves #1 add initial Gulp build
|
|/
|
|
|
|
|
|
| |
- 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)
|
|
|