summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-07 22:52:29 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-07 22:52:29 -0400
commitfd0bea2187b33e2e90296882dc2e03c2557d65e9 (patch)
treea12b4910a0ea7839d8eadbf6a3a9334320814e4b /gulpfile.js
parent41f93e09572a1adb9ad520974949ef9965dd3b28 (diff)
Use Sass custom mixins for grid
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 5a63e18f..d9d19052 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -22,8 +22,7 @@ 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/gridlex/dist/gridlex.min.css'
+ 'bower_components/c3/c3.min.css'
],
js: [
'bower_components/jquery/dist/jquery.min.js',