Explorar el Código

do not version wrapper directories

new-build-system
Jan Lehnardt hace 14 años
padre
commit
b6e36ddca1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      build/wrappers.sh

+ 1
- 1
build/wrappers.sh Ver fichero

@@ -6,7 +6,7 @@ fi
version=$1
cd wrappers
for wrapper in *; do
target_dir="mustache-${wrapper}-${version}"
target_dir="mustache-${wrapper}"
mkdir -p $target_dir
target=$target_dir/${wrapper}.mustache.js
touch $target


Cargando…
Cancelar
Guardar