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 @@