Skip to content

Commit

Permalink
updated version of asciidoctor in bundler file
Browse files Browse the repository at this point in the history
preview now uses colony.css file
  • Loading branch information
gAmUssA committed Jun 30, 2013
1 parent 4b2eea5 commit 95f57b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem 'guard'
gem 'guard-shell'
# gem 'rb-inotify' - linux
gem 'rb-fsevent' # mac os x
gem 'asciidoctor'
gem 'asciidoctor', '>=0.1.3'
gem 'guard-livereload'
gem 'yajl-ruby'
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ guard 'shell' do
:attributes => {
'source-highlighter' => 'highlightjs',
'backend' => 'html5',
'stylesheet'=> './stylesheets/riak.css'
'stylesheet'=> './stylesheets/colony.css'
#'stylesheet'=> './stylesheets/asciidoctor.css'
#'stylesheet'=> './stylesheets/foundation.css'
})
Expand Down

0 comments on commit 95f57b5

Please sign in to comment.