From 742f252f36d14b9915006fb41c96f2dbfc16f02e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 17 Jan 2017 15:34:58 -0800 Subject: build process: sign the frontend --- box.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'box.rb') diff --git a/box.rb b/box.rb index 2756dc4..469c42e 100644 --- a/box.rb +++ b/box.rb @@ -34,8 +34,7 @@ files = [ files.each { |x| put x } -copy "vendor/", "/go/" -run "rm /go/src -rf && mv /go/vendor /go/src" +copy "vendor/", "/go/src/" ### Build run %q[ cd /site && sh ./build.sh ] -- cgit v1.2.3