An experiment with Jekyll, Webpack.
Dependency | Version |
---|---|
Ruby | |
Jekyll | |
Bundler |
In your local development location, clone the app:
$ git clone https://github.com/leesheppard/rubykraken.git
$ cd rubykraken
Prior to testing in the browser, run webpack
to compile the JS and
jekyll build
so Jekyll will register the newly compiled file.
$ webpack
$ jekyll build
$ bundle exec jekyll serve
You can keep Jekyll watching changes to bundle.js
with
$ jekyll build -w
$ webpack -w
Code integration is with CodeShip and will push to production once the Master branch passes.
Deploy to Production
$ vercel --target production
Deploy to Staging
$ vercel --target staging
Running locally
$ bundle exec jekyll serve
Thanks for checking out my work.