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 rubykrakenPrior 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 serveYou can keep Jekyll watching changes to bundle.js with
$ jekyll build -w
$ webpack -wCode integration is with CodeShip and will push to production once the Master branch passes.
Deploy to Production
$ vercel --target productionDeploy to Staging
$ vercel --target stagingRunning locally
$ bundle exec jekyll serveThanks for checking out my work.
