Login required
Download

Plugin Twitter Bootstrap CSS framework resource files

(4)
Used by approximately
4%
of Grails users
Author(s) Karol Balejko
Current Release 2.0.0.16   (2 weeks ago)
Grails Version 1.3.7 > *
License(s) Apache License 2.0
Tags css  framework  resources 
Dependency
compile ":twitter-bootstrap:2.0.0.16"
Provides Twitter Bootstrap CSS framework resource files. Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more. To get started -- checkout http://twitter.github.com/bootstrap!
Last updated by karolb 5 months ago
grails install-plugin twitter-bootstrap
Last updated by karolb 4 months ago
Twitter Bootstrap CSS framework resource files

Provides Twitter Bootstrap CSS framework resource files.

Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.

To get started -- checkout http://twitter.github.com/bootstrap!

Plugin sources

https://github.com/groovydev/twitter-bootstrap-grails-plugin

Including the resources

You must 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 resorces

bootstrap-alerts - bootstrap alerts javascript resource

bootstrap-dropdown - bootstrap dropdown javascript resource

bootstrap-modal - bootstrap modal javascript resource

bootstrap-popover - bootstrap popover javascript resource

bootstrap-scrollspy - bootstrap scrollspy javascript resource

bootstrap-tabs - bootstrap tabs javascript resource

bootstrap-twipsy - bootstrap twipsy javascript resource

bootstrap-less - bootstrap less resource

bootstrap - all bootstrap css (or less) and javascript resources

Note

A bootstrap resource depends on bootstrap-css and bootstrap-js. In case of lesscss-resources plugin is installed, bootstrap resource depends on bootstrap-less and bootstrap-js.

Usage

<r:require modules="bootstrap"/>

Configuration

Fix grails taglib g:paginate to work with bootstrap css.

grails.plugins.twitterbootstrap.fixtaglib = true

Copyright and License

twitter-bootstrap plugin:

Copyright 2011 Karol Balejko

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Twitter Bootstrap CSS files:

Copyright 2011 Twitter, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law

Last updated by karolb 5 months ago
Last updated by karolb 5 months ago