Mercurial > wikked
changeset 159:ffb505cac9c8
Truly concatenate all CSS files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 09 Jan 2014 20:59:58 -0800 |
parents | e53a3b64dfd8 |
children | 3ef7b9dca1f8 |
files | Gruntfile.js static/css/wikked.less |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Gruntfile.js Thu Jan 09 20:59:41 2014 -0800 +++ b/Gruntfile.js Thu Jan 09 20:59:58 2014 -0800 @@ -71,7 +71,6 @@ production: { files: [ {expand: true, cwd: 'static/', dest: 'build/', src: ['js/require.js']}, - {expand: true, cwd: 'static/', dest: 'build/', src: ['css/*.css']}, {expand: true, cwd: 'static/', dest: 'build/', src: ['font-awesome/font/**']} ] }
--- a/static/css/wikked.less Thu Jan 09 20:59:41 2014 -0800 +++ b/static/css/wikked.less Thu Jan 09 20:59:58 2014 -0800 @@ -8,5 +8,5 @@ @import "wikked/alerts.less"; // End with other miscellaneous stuff. -@import "syntax.css"; -@import "wmd.css"; +@import (less) "syntax.css"; +@import (less) "wmd.css";