streetscape.gl icon indicating copy to clipboard operation
streetscape.gl copied to clipboard

Website build script

Open LazyBuilder opened this issue 6 years ago • 1 comments

I have just started to setup the platform...

I was running the build script here https://github.com/uber/streetscape.gl/blob/master/website/scripts/build.sh

I was getting an error for line 56

Had to change sed -i '' -E 's/href="styl.... to sed -i -E 's/href="styl.... to get it working..

I am not sure if this is a platform dependent thingy or happens on all OS... I am running it on Ubuntu 18.04

LazyBuilder avatar Apr 23 '19 09:04 LazyBuilder

Thanks! I got the same error in ubuntu 20.04. Your solution worked!

sidml avatar Jun 24 '21 08:06 sidml