Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legart committed Oct 29, 2014
1 parent 8244fb9 commit 7d8ff8f
Show file tree
Hide file tree
Showing 56 changed files with 1,034 additions and 638 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Provides Bootstrap CSS framework resource files.

Use in BuildConfig.groovy

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

Expand All @@ -23,7 +23,7 @@ To get started -- checkout http://twbs.github.io/bootstrap !
The recommended way is to use the asset-pipeline plugin (minimal 0.1.7). It is
the default since Grails 2.4.0 and replaces the resources plugin.

To include your bootstrap resources add the following to your application's css
To include your bootstrap resources add the following to your application's css
or js file.

Javascript (application.js):
Expand All @@ -41,7 +41,7 @@ Stylesheet (CSS: application.css):
```

## LESS Support
LESS Is also available if less-asset-pipeline plugin is used.
LESS Is also available if less-asset-pipeline plugin is used.

1. Install the **less-asset-pipeline** plugin
2. Add the following to **Config.groovy** to optimize compilation
Expand Down Expand Up @@ -92,11 +92,11 @@ Your grails-app/views/layouts/main.gsp:

# Resources plugin

You may also use the Grails resources framework to make use of this plugin. The resources exposed
You may also use the Grails resources framework to make use of this plugin. The resources exposed
by this plugin are:

bootstrap-js - all javascript resources
bootstrap-css - all css resources
bootstrap-css - all css resources

bootstrap-alert - bootstrap alerts javascript resource
bootstrap-affix - bootstrap affix javascript resource
Expand Down Expand Up @@ -213,6 +213,9 @@ See http://getbootstrap.com/css/ for the updated documentation.

# History

3.3.0
Upgraded to Bootstrap 3.3.0

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

Expand Down
4 changes: 2 additions & 2 deletions TwitterBootstrapGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class TwitterBootstrapGrailsPlugin {
def version = "3.2.0.2"
def version = "3.3.0"
def grailsVersion = "1.3.7 > *"
def author = "Karol Balejko"
def authorEmail = "kb@groovydev.com"
def developers = [
def developers = [
[ name: "Nicholas Wittstruck", email: "nicholas@spotmapping.com" ],
[ name: "Michael Legart", email: "ml@code3.dk" ]
]
Expand Down
37 changes: 26 additions & 11 deletions web-app/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web-app/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7d8ff8f

Please sign in to comment.