mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 09:52:43 +02:00
Destroyed ExpressJS + Node.JS Integration (markdown)
@@ -1,13 +0,0 @@
|
|||||||
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.
|
|
Reference in New Issue
Block a user