summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dan Allen [Sun, 8 Oct 2017 01:56:29 +0000 (19:56 -0600)]
resolves #4 add job to runs linters in CI
Dan Allen [Sun, 8 Oct 2017 02:07:29 +0000 (20:07 -0600)]
follow-up to #2 add .editorconfig to enforce (some) style rules
Dan Allen [Sun, 8 Oct 2017 02:03:44 +0000 (02:03 +0000)]
Merge !3
resolves #3 set required node version to >= 8.0.0
Dan Allen [Sun, 8 Oct 2017 01:45:02 +0000 (19:45 -0600)]
resolves #3 set required node version to >= 8.0.0
Dan Allen [Sun, 8 Oct 2017 01:48:55 +0000 (19:48 -0600)]
drop redundant 'utf8' argument to Buffer#toString
- utf8 is the default argument value, so there's no need to pass it
Dan Allen [Sat, 7 Oct 2017 23:13:52 +0000 (17:13 -0600)]
add missing stylelint dependency; update resolved dependencies
Dan Allen [Sat, 7 Oct 2017 23:10:37 +0000 (23:10 +0000)]
Merge !2
resolves #2 enforce coding style rules
Dan Allen [Mon, 2 Oct 2017 04:48:30 +0000 (22:48 -0600)]
add lint:css build task
- add stylelint Gulp plugin
- add stylelint standard config
- add lint:css build task
- rename previous lint build task to lint:js
Dan Allen [Mon, 2 Oct 2017 04:13:34 +0000 (22:13 -0600)]
format JavaScript using Prettier w/ ESLint rules
Dan Allen [Mon, 2 Oct 2017 04:01:04 +0000 (22:01 -0600)]
add format build task
- add Prettier w/ ESLint integration
- add local Gulp plugin to integrate prettier-eslint
- add format build task
- promote JS file globs to constant
Dan Allen [Mon, 2 Oct 2017 03:19:09 +0000 (21:19 -0600)]
add lint build task
- add Standard JS variant of ESLint
- add ESLint config based on StandardJS w/ custom rules
- add lint build task
- fix lint violations
Dan Allen [Sat, 7 Oct 2017 22:06:21 +0000 (22:06 +0000)]
Merge !1
resolves #1 add initial Gulp build
Dan Allen [Mon, 2 Oct 2017 00:30:49 +0000 (18:30 -0600)]
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)
Dan Allen [Sun, 1 Oct 2017 19:55:42 +0000 (13:55 -0600)]
make it so