From eff0c28b54b58efb022dbeca9a77314f568439d2 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 21 Feb 2014 17:41:35 -0500 Subject: [PATCH] Update README note --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3dc627113f..cca18e62fb 100644 --- a/README.md +++ b/README.md @@ -261,8 +261,6 @@ Project Structure :exclamation: **Note:** There is no preference how you name or structure your views. You could place all your templates in a top-level `views` directory without having a nested folder structure, if that makes things easier for you. Just don't forget to update `extends ../layout` and corresponding `res.render()` method in controllers. -:bangbang: **Note:** Although your main template - **layout.jade** only knows about `/css/styles.css` file, you should be editing **styles.less** stylesheet. Express will automatically generate a minified **styles.css** whenever it detects changes in the *LESS* file. This is done via [connect-assets](https://github.com/adunkman/connect-assets) and [less.js](https://github.com/less/less.js). - List of Packages ---------------- | Package | Description |