Skip to content

Commit

Permalink
Update for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jroper authored Aug 23, 2017
1 parent bcc9017 commit e83f11a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ sbt-gzip

[sbt-web] plugin for gzip compressing web assets.

[![Build Status](https://travis-ci.org/sbt/sbt-gzip.png?branch=master)](https://travis-ci.org/sbt/sbt-gzip)

[![Build Status](https://travis-ci.org/sbt/sbt-gzip.png?branch=master)](https://travis-ci.org/sbt/sbt-gzip) [![Download](https://api.bintray.com/packages/sbt-web/sbt-plugin-releases/sbt-gzip/images/download.svg)](https://bintray.com/sbt-web/sbt-plugin-releases/sbt-gzip/_latestVersion)

Add plugin
----------

Add the plugin to `project/plugins.sbt`. For example:

```scala
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
```

Your project's build file also needs to enable sbt-web plugins. For example with build.sbt:
Expand Down

0 comments on commit e83f11a

Please sign in to comment.