From ad9065709178cdf7137de21dc8bbe21ed1e2c5b8 Mon Sep 17 00:00:00 2001 From: Brittany Chiang Date: Tue, 14 Mar 2017 18:10:58 -0400 Subject: [PATCH] changing build structure --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 2c4307a..c444953 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,5 @@ +'use strict'; + const gulp = require('gulp'); const browserSync = require('browser-sync'); const cp = require('child_process');