From 11f62e8c77425ee500a3c6ab02152313b0354055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 1 Jul 2020 15:38:11 +0200 Subject: [PATCH] Inclut correctement la license d'origine. --- gulpfile.esm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.esm.js b/gulpfile.esm.js index bdc6a1b..ea9fca9 100644 --- a/gulpfile.esm.js +++ b/gulpfile.esm.js @@ -26,9 +26,9 @@ export const misc = () => .pipe( upstream([ `${UPSTREAM}/**/*.{eot,otf,ttf,woff,woff2,json,html}`, - `${UPSTREAM}/**/LICENSE`, `!${UPSTREAM}/test/**`, `!${UPSTREAM}/*`, + `${UPSTREAM}/**/LICENSE`, ]) ) .pipe(dest(DEST)); -- GitLab