From 641d29eb9e09f1dae655bfb66dcd0f3a6e6388ca Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 19 Apr 2016 14:31:08 +0200 Subject: [PATCH] =?UTF-8?q?Strict=20mode=20in=20gulpfile=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 80449e7..e50fe7e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,4 +1,4 @@ -// 'use strict'; +'use strict'; var gulp = require('gulp'), wrench = require('wrench');