Skip to content

PraxKit/praxkitweb

Repository files navigation

PraxKit Web

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 deployto 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.

IE Flexbox

Bug https://connect.microsoft.com/IE/feedback/details/802625/min-height-and-flexbox-flex-direction-column-dont-work-together-in-ie-10-11-preview

Fix? https://codepen.io/boostnewmedia/pen/kvtoF

TODO Update Bootstrap 4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages