From 7554fe788a1e208c367fbaec4d8a9ad57e2153b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sat, 28 Jun 2014 02:21:09 +0200 Subject: [PATCH] Add coffee/modules/taskboard to gulpfile --- gulpfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.coffee b/gulpfile.coffee index 119a99aa..16da2ab3 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -41,6 +41,7 @@ paths = { "app/coffee/modules/*.coffee", "app/coffee/modules/common/*.coffee", "app/coffee/modules/backlog/*.coffee", + "app/coffee/modules/taskboard/*.coffee", "app/coffee/modules/issues/*.coffee", "app/coffee/modules/locales/*.coffee", "app/coffee/modules/base/*.coffee",