From d663cb8b224a86e095a8b66e79733e8b21592419 Mon Sep 17 00:00:00 2001 From: Chris Nicola Date: Sat, 15 Feb 2014 12:16:56 -0800 Subject: [PATCH] Include themes in CSS dist --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 732e311..60f4fb2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -198,7 +198,8 @@ module.exports = function (grunt) { files: { '<%= yeoman.dist %>/styles/main.css': [ '<%= yeoman.app %>/components/bootstrap/dist/css/bootstrap.css', - '.tmp/styles/main.css' + '.tmp/styles/main.css', + '.tmp/styles/theme/default.css' ] } }