Bootstrapify 4 is was going to be a complete rebuild of the popular Shopify theme framework ready for Bootstrap 4.
However while in development we realised two things:
But we wanted to release this anyway. Don't despair because it is stable-ish and has successfully been used in the wild.
So if it is the right tool for your job then you are more than welcome to use it. If you do, then let us know because we'd like to see what you've done.
Clone the bsify4 repo
git clone https://github.com/luciddesign/Bootstrapify-4.git
Install dependencies
bundle && npm install && bower install
Profit!
Run gulp
. That is all.
Want a zipped file of just the theme to upload to shopify? Run gulp build
.
Class names and Id's use dashes: my-class Liquid variables and includes use underscores: my_snippet