From b2de76932c3f414e1ecce2d3a84770217a79e631 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 21 Jan 2015 14:01:51 +0000 Subject: [PATCH] expo-20 tested --- templates/client/gulpfile.js | 2 +- templates/client/includes/accounts/current_user.html | 2 -- templates/client/static_client/css/main.css | 4 ++++ templates/client/static_client/css_min/main.min.css | 2 +- .../client/static_client/js/_modules/page.profile.js | 11 +++++------ .../static_client/js_min/_modules/page.profile.min.js | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/templates/client/gulpfile.js b/templates/client/gulpfile.js index 419ee0e5..955b73a7 100644 --- a/templates/client/gulpfile.js +++ b/templates/client/gulpfile.js @@ -51,7 +51,7 @@ gulp.task('make-vendor-css', function () { }); gulp.task('main-css', function () { gulp.src('static_client/css/main.css') - .pipe(newer('static_client/css/')) + .pipe(newer('static_client/css_min/')) .pipe(autoprefixer({ browsers:['> 1%', 'Opera > 11', 'Explorer >= 8', 'Firefox >20', 'Chrome > 20'] })) diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html index ae89d84e..465f42dc 100644 --- a/templates/client/includes/accounts/current_user.html +++ b/templates/client/includes/accounts/current_user.html @@ -314,9 +314,7 @@