From 1b223a58aee825281cbc9b53f4ede21544bf4a0a Mon Sep 17 00:00:00 2001 From: pavel Date: Mon, 29 Dec 2014 14:31:21 +0000 Subject: [PATCH] EXPO-30 frontend part --- templates/client/gulpfile.js | 2 +- templates/client/includes/company/company_edit.html | 8 ++++---- templates/client/static_client/css/main.css | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/templates/client/gulpfile.js b/templates/client/gulpfile.js index 3de420a3..419ee0e5 100644 --- a/templates/client/gulpfile.js +++ b/templates/client/gulpfile.js @@ -76,6 +76,6 @@ gulp.task('watch-js', function () { gulp.task('watch-css', function () { gulp.watch("static_client/css/main.css", ["main-css"]); }); -gulp.task('watch-vorkflow', function () { +gulp.task('watch-workflow', function () { gulp.watch(["static_client/css/main.css","static_client/js/_modules/*.js"], ["main-css","minify-modules"]); }); diff --git a/templates/client/includes/company/company_edit.html b/templates/client/includes/company/company_edit.html index 7d5f79b3..943036cc 100644 --- a/templates/client/includes/company/company_edit.html +++ b/templates/client/includes/company/company_edit.html @@ -2,7 +2,7 @@ {% load i18n %} {% load template_filters %} -
+