Skip to content

Commit

Permalink
Add jekyll-press plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoman committed Jan 8, 2016
1 parent 18524ab commit 89fad39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gem "rake", "~> 10.1.1"
gem 'compass'
gem 'sass-media_query_combiner'
gem 'autoprefixer-rails'

gem 'jekyll-press'
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ exclude:
- .gitignore
- .travis.yml

jekyll-press:
exclude: ['sitemap.xml', '*.css']
js_options: {}
css_options: {}
html_options: {}

# Enable minification SASS
sass:
style: compressed
Expand Down
5 changes: 5 additions & 0 deletions _plugins/bundler.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# _plugins/bundler.rb
require "rubygems"
require "bundler/setup"

Bundler.require(:default)

0 comments on commit 89fad39

Please sign in to comment.