Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsparky committed Jan 13, 2015
1 parent 5fe2980 commit f5efbf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -15,3 +15,9 @@ Then add this to your _config.yml:
<pre><code>gems:
- jekyll-minifier
</code></pre>

Optionally, you can also add exclusions using:
<pre><code>jekyll-minifier:
exclude: 'atom.xml' # Exclude files from processing - file name, glob pattern or array of file names and glob patterns
</code></pre>

2 changes: 1 addition & 1 deletion jekyll-minifier.gemspec
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../lib/jekyll-minifier/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["digitalsparky"]
gem.authors = ["DigitalSparky"]
gem.email = ["matthew@spurrier.com.au"]
gem.description = %q{Jekyll Minifier using htmlcompressor for html , and YUI compressor for js and css}
gem.summary = %q{Jekyll Minifier for html, css, and javascript}
Expand Down

0 comments on commit f5efbf1

Please sign in to comment.