Commit 11f62e8c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Inclut correctement la license d'origine.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment