Updated header for generated browser files
The 'broser/*.js' files should now include the 'eslint-disable' comment directive.
This commit is contained in:
parent
92f1798308
commit
cb385476c1
|
@ -69,7 +69,9 @@ task( "build:browser", () => {
|
||||||
* Copyright (c) 2017+ Futago-za Ryuu
|
* Copyright (c) 2017+ Futago-za Ryuu
|
||||||
*
|
*
|
||||||
* Released under the MIT License.
|
* Released under the MIT License.
|
||||||
*/\n\n
|
*/
|
||||||
|
|
||||||
|
/* eslint-disable */
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue