diff options
Diffstat (limited to 'html/gulpfile.js')
-rw-r--r-- | html/gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/gulpfile.js b/html/gulpfile.js index 48237c9..54a0662 100644 --- a/html/gulpfile.js +++ b/html/gulpfile.js @@ -59,4 +59,3 @@ task('default', series('inline', () => { .pipe(rename("html.h")) .pipe(dest('../src/')); })); - |