]> BookStack Code Mirror - bookstack/blobdiff - gulpfile.js
#47 - Fixes the issues with the test case.
[bookstack] / gulpfile.js
index b72bb366d6700ef1cfc6a63f56604cefff987863..580db00cc0d6cbb5d9ac923fc280050175132520 100644 (file)
@@ -1,3 +1,5 @@
+'use strict';
+
 const argv = require('yargs').argv;
 const gulp = require('gulp'),
     plumber = require('gulp-plumber');