Skip to content

Commit

Permalink
Merge pull request 18F#59 from 18F/update-theme
Browse files Browse the repository at this point in the history
[WIP] Use GuidesStyle18F.update_theme
  • Loading branch information
arowla committed Sep 21, 2015
2 parents 5bec868 + 9118f21 commit e67e269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
go_script (0.1.4)
bundler (~> 1.10)
safe_yaml (~> 1.0)
guides_style_18f (0.1.1)
guides_style_18f (0.1.3)
jekyll (~> 2.5)
rouge (~> 1.9)
sass (~> 3.4)
Expand Down
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def_command :update_nav, 'Update the \'navigation:\' data in _config.yml' do
end

def_command :update_theme, 'Update the guides_style_18f gem' do
exec({ 'RUBYOPT' => nil }, 'bundle', *%w(update --source guides_style_18f))
GuidesStyle18F.update_theme
end

def_command :update_gems, 'Update Ruby gems' do |gems|
Expand Down

0 comments on commit e67e269

Please sign in to comment.