Skip to content

Commit 4f8d2fd

Browse files
committed
Add 'use strict'; to build task
1 parent 9703af1 commit 4f8d2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generators/jekyll/templates/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict';
12
const gulp = require('gulp');
23
const shell = require('shelljs');
34
const size = require('gulp-size');

0 commit comments

Comments
 (0)