summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-07 12:51:03 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-07 12:51:03 -0400
commit69c6271c6e43451a3da945d60a5435e224e7c782 (patch)
tree348c8006d407975b1a55fa6eaa78368fba910575 /gulpfile.js
parent590d2c239637269c66bcc39d7c72fda6a564efcc (diff)
Convert application header to grid system
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index d9d19052..5a63e18f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -22,7 +22,8 @@ var vendor = {
'bower_components/fullcalendar/dist/fullcalendar.min.css',
'bower_components/simplemde/dist/simplemde.min.css',
'bower_components/font-awesome/css/font-awesome.min.css',
- 'bower_components/c3/c3.min.css'
+ 'bower_components/c3/c3.min.css',
+ 'bower_components/gridlex/dist/gridlex.min.css'
],
js: [
'bower_components/jquery/dist/jquery.min.js',