1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Created ExpressJS + Node.JS Integration (markdown)

JasonGiedymin
2011-08-24 20:44:59 -07:00
parent c2e8d05676
commit 23a1041714

@@ -0,0 +1,13 @@
If your a fan of [Bootstrap](https://github.com/twitter/bootstrap) and happen to be using [ExpressJS](http://expressjs.com/) on [Node.JS](http://nodejs.org/) then you'll be pleased to know that work has started on helping fresh and existing project devs.
## Message Flash Notifications
Express comes with flash notification rendering (via [Connect](http://extjs.github.com/Connect/flash.html)) and has a third party module to help you display messages via the [express-messages](http://github.com/visionmedia/express-messages) module. However this module is not directly compatible with Bootstrap. To help you generate Bootstrap compliant flash messages, you can use [express-messages-bootstrap](https://github.com/JasonGiedymin/express-messages-bootstrap). Express-messages-bootstrap can also be [installed from the NPM repository](http://search.npmjs.org/#/express-messages-bootstrap).
npm install express-messages-bootstrap
On cygwin you may need to force and display logging. Verbosity for some reason prevents hanging.
npm --force --loglevel verbose express-messages-bootstrap.
## Bootstrap-thin
If Bootstrap in full is too much and you'd like to keep your existing layout (maybe you use LessFramework or any one of the hundred other grids out there) then this fork of Bootstrap called [Bootstrap-thin](https://github.com/JasonGiedymin/bootstrap). It takes out most of the layout and font sizing in specific places. This fork is actively maintained.