From d4aac45ea696257068ad81442c41db3326b42a07 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 31 Jul 2015 22:53:27 -0400 Subject: [PATCH] fix css trigger on the boilerplate --- boilerplate/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/Gruntfile.coffee b/boilerplate/Gruntfile.coffee index 5a3f22a5..6e81e94f 100644 --- a/boilerplate/Gruntfile.coffee +++ b/boilerplate/Gruntfile.coffee @@ -64,7 +64,7 @@ module.exports = (grunt) -> tasks: ["concat"] css: - files: ["<%= concat.css.src %>"] + files: ["<%= files.css.src %>"] tasks: ["concat"] coffee: