The Wayback Machine - https://web.archive.org/web/20201129201705/https://github.com/github/pages-gem/pull/252
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

Add script/console #252

Merged
merged 3 commits into from Mar 18, 2016
Merged

Add script/console #252

merged 3 commits into from Mar 18, 2016

Conversation

@benbalter
Copy link
Contributor

@benbalter benbalter commented Mar 17, 2016

To aid in debugging, e.g.,

GitHubPages::Configuration.effective_config({"kramdown" => { "syntax_highlighter" => "pygments" }})["kramdown"]["syntax_highlighter"]
=> "rouge" 
@parkr
Copy link
Member

@parkr parkr commented Mar 17, 2016

Rubocop error is cause of failed build.

benbalter added 2 commits Mar 17, 2016
benbalter added a commit that referenced this pull request Mar 18, 2016
Add script/console
@benbalter benbalter merged commit 213314c into master Mar 18, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@benbalter benbalter deleted the console branch Mar 18, 2016
@lucymaylizrayner

This comment has been minimized.

Copy link

@lucymaylizrayner lucymaylizrayner commented on 9fca347 Jun 17, 2016

github-pages.gemspec
@@ -34,4 +34,6 @@ msg
s.add_dependency("terminal-table", "> 1.4")
s.add_development_dependency("rspec", "
> 3.3")
s.add_development_dependency("rubocop", "~> 0.35")

  • s.add_development_dependency("pry", "~> 0.10")

end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.