From cb385476c13b6684068765a0a4a010ff6f784aea Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Tue, 2 Jan 2018 02:18:02 +0000 Subject: [PATCH] Updated header for generated browser files The 'broser/*.js' files should now include the 'eslint-disable' comment directive. --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f164079..8226c59 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,9 @@ task( "build:browser", () => { * Copyright (c) 2017+ Futago-za Ryuu * * Released under the MIT License. - */\n\n + */ + + /* eslint-disable */ `;