From 22fa03981d1b3556261f5edf5d22b39dd6c9d5dc Mon Sep 17 00:00:00 2001 From: fat Date: Wed, 24 Aug 2011 23:20:34 -0700 Subject: [PATCH] Destroyed ExpressJS + Node.JS Integration (markdown) --- ExpressJS-+-Node.JS-Integration.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ExpressJS-+-Node.JS-Integration.md diff --git a/ExpressJS-+-Node.JS-Integration.md b/ExpressJS-+-Node.JS-Integration.md deleted file mode 100644 index 573d609..0000000 --- a/ExpressJS-+-Node.JS-Integration.md +++ /dev/null @@ -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. \ No newline at end of file