Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Balejko committed Oct 15, 2011
1 parent dd625f7 commit 06e87dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitterBootstrapGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.groovydev.TwitterBootstrapTagLib
class TwitterBootstrapGrailsPlugin {

// the plugin version
def version = "1.3.0.7"
def version = "1.3.0.8"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.7 > *"
// the other plugins this plugin depends on
Expand Down
1 change: 1 addition & 0 deletions grails-app/conf/BootstrapResources.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ modules = {
}

'bootstrap-popover' {
dependsOn 'bootstrap-twipsy'
resource url:[plugin: 'twitter-bootstrap', dir: 'js', file: 'bootstrap-popover.js'], attrs:attrs, disposition: 'head', bundle: 'bundle_bootstrap'
}

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='twitter-bootstrap' version='1.3.0.7' grailsVersion='1.3.7 &gt; *'>
<plugin name='twitter-bootstrap' version='1.3.0.8' grailsVersion='1.3.7 &gt; *'>
<author>Karol Balejko</author>
<authorEmail>kb@groovydev.org</authorEmail>
<title>Plugin Twitter Bootstrap CSS framework resource files</title>
Expand Down

0 comments on commit 06e87dd

Please sign in to comment.