From e789d49244a954ee667ff1086811352f6147a41b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 4 Sep 2014 14:58:47 +0200 Subject: [PATCH] Add gulp task for copy plugins templates. --- gulpfile.coffee | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index b4e791ba..379f386a 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -170,7 +170,6 @@ gulp.task "jslibs", -> .pipe(concat("libs.js")) .pipe(gulp.dest("dist/js/")) - gulp.task "locales", -> gulp.src("app/locales/en/app.json") .pipe(wrap("angular.module('taigaLocales').constant('localesEnglish', <%= contents %>);")) @@ -195,6 +194,9 @@ gulp.task "copy", -> gulp.src("#{paths.app}/images/**/*") .pipe(gulp.dest("#{paths.dist}/images/")) + gulp.src("#{paths.app}/plugins/**/templates/*") + .pipe(gulp.dest("#{paths.dist}/plugins/")) + gulp.task "connect", -> connect.server({