diff options
| author | Christine Dodrill <me@christine.website> | 2017-01-17 15:34:58 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2017-01-17 15:34:58 -0800 |
| commit | 742f252f36d14b9915006fb41c96f2dbfc16f02e (patch) | |
| tree | 0f9e720920fcff0bf1f23228465ccac90680bc7e /box.rb | |
| parent | f4f8203bd75cf79df744e7ffd6038cb4fd04ef72 (diff) | |
| download | xesite-742f252f36d14b9915006fb41c96f2dbfc16f02e.tar.xz xesite-742f252f36d14b9915006fb41c96f2dbfc16f02e.zip | |
build process: sign the frontend
Diffstat (limited to 'box.rb')
| -rw-r--r-- | box.rb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ] |
