fix css trigger on the boilerplate

This commit is contained in:
Iuri Matias 2015-07-31 22:53:27 -04:00
parent e9fab5451f
commit d4aac45ea6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module.exports = (grunt) ->
tasks: ["concat"]
css:
files: ["<%= concat.css.src %>"]
files: ["<%= files.css.src %>"]
tasks: ["concat"]
coffee: