newhavenio / newhavenio.github.io

active version of the website for newhaven.io built on the Jekyll framework
http://newhavenio.github.io/
MIT License
13 stars 12 forks source link

Move SCSS build to webpack #83

Closed bsutt123 closed 6 years ago

bsutt123 commented 6 years ago

In order to better manage assets, we should use webpack to build and parse the css rather than jekyll, allowing us to manage dependencies with yarn rather than manually.

bsutt123 commented 6 years ago

Solved in #90