From f18b3c5ba426888289ce60e5792fdbd232d8dff1 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 15 Oct 2018 14:58:41 +0200
Subject: [PATCH] Remove unused gulp import.

---
 gulpfile.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 204395930..0c6387568 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -1,7 +1,6 @@
 'use strict';
 
-var importOnce = require('node-sass-import-once'),
-  path = require('path');
+var importOnce = require('node-sass-import-once');
 
 var options = {};
 
-- 
GitLab