diff Gruntfile.js @ 159:ffb505cac9c8

Truly concatenate all CSS files.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jan 2014 20:59:58 -0800
parents 886f36b05e5f
children f307d4cdc3fb
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/**']}
         ]
       }