aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2015-05-13 18:44:04 +0200
committerCamil Staps2015-05-13 18:44:04 +0200
commit05cd09f12da313207fb2eb031982b3a15a4f843f (patch)
treece3f1e2baa277846895c45fefbf22a830650f10a /gulpfile.js
parentCleaner jade (diff)
Link in header on 'Botleagues'; About page
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
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'
];