From c69bb86ab6eeace2e448b26983c6e78ccef656af Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 13 May 2015 17:40:21 +0200 Subject: Gulpfile: bootswatch-theme specific styles; superhero -> lumen --- gulpfile.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 1aa41fc..9bd83f8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -21,7 +21,7 @@ var gulp = require('gulp'), merge = require('merge-stream'), del = require('del'); -var bootswatch_theme = 'superhero'; +var bootswatch_theme = 'lumen'; var production = false; @@ -118,8 +118,9 @@ gulp.task('3rd-party-styles', function() { gulp.task('styles', function() { var sources = [ - './src/css/style.less', - './src/css/forms.less' + './src/css/forms.less', + './src/css/profile.less', + './src/css/bootswatch-' + bootswatch_theme + '.less' ]; var dst = './build/assets/css'; -- cgit v1.2.3