You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.sh 133B

123456
  1. #!/bin/sh
  2. mkdir -p build/$1
  3. rm -r build/$1/*
  4. cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/
  5. cp -R src/platform/$1/* build/$1/