This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
v0.8.0
Added
- An empty
data
directory is now included, for using Middleman's Data
Files feature. - The template's
bin/setup
script now runsasdf install
to install
programming language dependencies via asdf. - Added
.env
andnode_modules
to the template'sgitignore
. - Added stylelint and ESLint configurations to the template and setup
Hound to reference them.
Changed
- Updated Ruby to 2.6.5.
- Switched Sass compilation through Middleman's external pipeline,
using Sass CLI.
Removed
- Removed Neat.
- Removed Segment and the
analytics
partial.