Skip to content

Commit

Permalink
Release version 3.2.0.2 - less now works for 3.2 after mixin less fil…
Browse files Browse the repository at this point in the history
…es has been added.
  • Loading branch information
legart committed Aug 20, 2014
1 parent 48d3624 commit 8244fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use in BuildConfig.groovy

plugin {
/// whatever
runtime ':twitter-bootstrap:$version' // current: 3.2.0
runtime ':twitter-bootstrap:$version' // current: 3.2.0.2
// else whatever
}

Expand Down Expand Up @@ -43,9 +43,6 @@ Stylesheet (CSS: application.css):
## LESS Support
LESS Is also available if less-asset-pipeline plugin is used.

**Note**: Currently does not work with Bootstrap 3.2, only version
3.1.1.3 of the plugin.

1. Install the **less-asset-pipeline** plugin
2. Add the following to **Config.groovy** to optimize compilation

Expand Down Expand Up @@ -216,6 +213,9 @@ See http://getbootstrap.com/css/ for the updated documentation.

# History

3.2.0.2
- Added missing mixin less files. Less now works for Bootstrap 3.2

3.2.1
- Fixed g:paginate for Grails 2.4

Expand Down
2 changes: 1 addition & 1 deletion TwitterBootstrapGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class TwitterBootstrapGrailsPlugin {
def version = "3.2.1"
def version = "3.2.0.2"
def grailsVersion = "1.3.7 > *"
def author = "Karol Balejko"
def authorEmail = "kb@groovydev.com"
Expand Down

0 comments on commit 8244fb9

Please sign in to comment.