diff options
author | Camil Staps | 2015-05-13 18:44:04 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-13 18:44:04 +0200 |
commit | 05cd09f12da313207fb2eb031982b3a15a4f843f (patch) | |
tree | ce3f1e2baa277846895c45fefbf22a830650f10a /gulpfile.js | |
parent | Cleaner jade (diff) |
Link in header on 'Botleagues'; About page
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index 868e3ff..96768e7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -119,6 +119,7 @@ gulp.task('styles', function() { var sources = [ './src/css/forms.less', + './src/css/general.less', './src/css/profile.less', './src/css/bootswatch-' + bootswatch_theme + '.less' ]; |