Skip to content

Commit

Permalink
github pages settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdilek committed Jan 14, 2014
1 parent 03509ff commit 4a80ca9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]
gem 'compass', '~> 0.12.2'

# Bootstrap sass
gem 'bootstrap-sass', '~> 3.0.3.0'
gem 'bootstrap-sass', '~> 3.0.3.0'
gem 'middleman-gh-pages'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ GEM
rack-test (~> 0.6.1)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.3.6)
middleman-gh-pages (0.0.3)
rake (> 0.9.3)
middleman-livereload (3.1.0)
em-websocket (>= 0.2.0)
middleman-core (>= 3.0.2)
Expand All @@ -68,6 +70,7 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.1.1)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -97,5 +100,6 @@ DEPENDENCIES
bootstrap-sass (~> 3.0.3.0)
compass (~> 0.12.2)
middleman (~> 3.2.0)
middleman-gh-pages
middleman-livereload (~> 3.1.0)
wdm (~> 0.1.0)
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'middleman-gh-pages'

0 comments on commit 4a80ca9

Please sign in to comment.