From 69190625db03b4661bd1a20ade2ab29f84e983b4 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 28 Sep 2016 00:06:10 +0200 Subject: [PATCH] add punycode.js to the artifacts; otherwise, the deployment won't work, obviously! --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faf8a09..de552cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ build_job: - node_modules/systemjs/dist/system.src.js - node_modules/utf8/utf8.js - node_modules/quoted-printable/quoted-printable.js + - node_modules/punycode/punycode.js - abeezee-regular.woff - freemono.eot - freemono.svg