From 5899a8e06ffa134c307e1153f4f810af2243cff6 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 13 Mar 2016 23:47:55 +0100 Subject: [PATCH] This isn't CoffeeScript... --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d562f35..f35e142 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,6 +1,5 @@ var gulp = require('gulp'); -/* CoffeeScript compile deps */ var gutil = require('gulp-util'); var babel = require('gulp-babel'); var cache = require('gulp-cached');