Skip to content

Commit d4aac45

Browse files
committed
fix css trigger on the boilerplate
1 parent e9fab54 commit d4aac45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boilerplate/Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = (grunt) ->
6464
tasks: ["concat"]
6565

6666
css:
67-
files: ["<%= concat.css.src %>"]
67+
files: ["<%= files.css.src %>"]
6868
tasks: ["concat"]
6969

7070
coffee:

0 commit comments

Comments
 (0)