Explorar el Código

create a plain mustache wrapper for distribution

new-build-system
Jan Lehnardt hace 14 años
padre
commit
a4ad1faa21
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      Makefile

+ 4
- 2
Makefile Ver fichero

@@ -27,12 +27,14 @@ build-wrappers:
# build all wrappers / minify
git checkout $(version)
build/wrappers.sh $(version)
mkdir wrappers/mustache-$(version)
cp mustache.js wrappers/mustache-$(version)/
cp package.json wrappers/mustache-$(version)/

git checkout gh-pages
mkdir ${version}
cp -r wrappers/mustache-* $(version)/
cp mustache.js $(version)/
cp package.json $(version)/
cp wrappers/mustache-$(version)/* $(version)
# update gh-pages with release links & travis
# update npm
# update cdnjs


Cargando…
Cancelar
Guardar