
Mojolicious::Command::generate::bootstrap - Include Twitters Bootstrap

# Run within an existing Mojolicious App mojo genereate bootstrap
Will automagically unload following files:
$APPHOME/public/css/bootstrap.min.css $APPHOME/public/js/bootstrap.min.js $APPHOME/public/img/glyphicons-halflings.png $APPHOME/public/img/glyphicons-halflings-white.png $APPHOME/templates/layouts/bootstrap.html.ep
So you only have to include those into your Templates/Layouts or use the enhanced default layout "bootstrap.html.ep".
Currently bundled with this Module is Version 2.3.0 of the Twitter Bootstrap Library.

Just like any other ordinary perl module:
perl Makefile.pl make make test make install

Report Bugs and Problems to cpan@sveneppler.de

Bootstrap Library Copyright 2013 by Twitter under the Apache License 2.0 (http://twitter.github.com/bootstrap/)
Mojolicious::Command::generate::bootstrap Copyright 2013 by Sven Eppler (cpan@sveneppler.de)
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
