Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental regeneration #2216

Merged
merged 4 commits into from
Jan 19, 2017
Merged

Incremental regeneration #2216

merged 4 commits into from
Jan 19, 2017

Conversation

gemfarmer
Copy link
Contributor

@gemfarmer gemfarmer commented Jan 19, 2017

Fixes issue(s) #1949

CircleCI

😎 PREVIEW

Changes proposed in this pull request:

  • Incorporate the changes to jekyll-archives that allows for incremental regeneration. There is not a new version available, but for the time being, I have the gem set to the commit ref
  • removes a bunch of unused files.
  • refines the build scripts that are available
  • automatically ruby-linted the repo
  • updates documentation in README

/cc @coreycaitlin @gboone

@@ -9,22 +9,22 @@ class UtilityClass
@utility_class = UtilityClass.new
@utility_class.extend(Jekyll::Utility)

@nav_items = YAML.load(File.read(File.join(Dir.pwd, 'spec/_data/navigation.yml')))['assigned']
@nav_items = YAML.safe_load(File.read(File.join(Dir.pwd, 'spec/_data/navigation.yml')))['assigned']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [103/100]

@gemfarmer gemfarmer changed the title Incremental regeneration [WIP] Incremental regeneration Jan 19, 2017
@gemfarmer gemfarmer changed the title [WIP] Incremental regeneration Incremental regeneration Jan 19, 2017
@coreycaitlin
Copy link

This is glorious and amazing, and I'm merging it now.

@coreycaitlin coreycaitlin merged commit 990ce2e into dev Jan 19, 2017
@gboone gboone deleted the incremental-regeneration branch February 15, 2017 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants