jekyll-bootstrap icon indicating copy to clipboard operation
jekyll-bootstrap copied to clipboard

Create local build environment using rbenv and GNU make

Open maaku opened this issue 13 years ago • 1 comments

This pull-request adds scripts to build a local environment for development, configured to match Github's environment as closely as possible.

Executing ./configure && make in the root directory will download rbenv, compile the most recently supported build of ruby (1.9.3-p194), and use bundler to install Jeckyll. Jeckyll and Liquid are pegged to match the versions used by Github Pages (0.11.0 and 2.2.2, respectfully).

Executing make run in the root directory will launch jeckyll --server, and make shell will launch an interactive irb session.

maaku avatar Oct 19 '12 02:10 maaku

Moving Rakefile tasks to new v 0.6.0 release.

groundh0g avatar Oct 18 '15 10:10 groundh0g