Build css with gulp build website with jekyll
Setup
brew install rvm
rvm install ruby 2.4.1 / rbenv install 2.4.1
gem install bundler
bundle install
brew install yarn
yarn install
Use gulp
to build assets.
Use rake deploy
to deploy. Thanks to jekyll-rake.
Build website
bundle exec jekyll serve --watch --incremental
This is how we do it
bundle exec jekyll serve --watch --source src
On the local network
bundle exec jekyll serve --watch --source src --host 0.0.0.0
Before deploy
bundle exec jekyll build --source src
See this post for Bootstap 4 migration.
Fix? https://codepen.io/boostnewmedia/pen/kvtoF
TODO Update Bootstrap 4