comparison 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
comparison
equal deleted inserted replaced
158:e53a3b64dfd8 159:ffb505cac9c8
69 ] 69 ]
70 }, 70 },
71 production: { 71 production: {
72 files: [ 72 files: [
73 {expand: true, cwd: 'static/', dest: 'build/', src: ['js/require.js']}, 73 {expand: true, cwd: 'static/', dest: 'build/', src: ['js/require.js']},
74 {expand: true, cwd: 'static/', dest: 'build/', src: ['css/*.css']},
75 {expand: true, cwd: 'static/', dest: 'build/', src: ['font-awesome/font/**']} 74 {expand: true, cwd: 'static/', dest: 'build/', src: ['font-awesome/font/**']}
76 ] 75 ]
77 } 76 }
78 }, 77 },
79 jshint: { 78 jshint: {