In kind of a spin-off of fun, this is a Jekyll starter kit that can be used to quickly build out a production-ready Jekyll static site.
bundle installyarn install_srcAll of the CSS, JS and images are stored in the _src directory, which is
managed by Webpack.
rake serveyarn devAlternatively, if you have [foreman] installed, you can foreman start and both the web and webpack instances will be started.
When Webpack runs, it compiles all of the assets into the /assets directory
and then generates the base layout to _layouts/base.html with the appropriate
<link> and <script> tags injected into it.