]>
BookStack Code Mirror - bookstack/blobdiff - gulpfile.js
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
#47 - Adds functionality to display child comments. Also has some code towards the...
[bookstack]
/
gulpfile.js
diff --git
a/gulpfile.js
b/gulpfile.js
index b72bb366d6700ef1cfc6a63f56604cefff987863..580db00cc0d6cbb5d9ac923fc280050175132520 100644
(file)
--- a/
gulpfile.js
+++ b/
gulpfile.js
@@
-1,3
+1,5
@@
+'use strict';
+
const argv = require('yargs').argv;
const gulp = require('gulp'),
plumber = require('gulp-plumber');