Explorar el Código

Merge pull request #49 from rintcius/fix-build-wrongHtmlDist

fix build
bubble
fehguy hace 12 años
padre
commit
a95b234deb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Cakefile

+ 1
- 1
Cakefile Ver fichero

@@ -74,7 +74,7 @@ task 'dist', 'Build a distribution', ->
pack = ->
console.log ' : Packaging...'
exec 'cp -r lib dist'
exec 'cp -r src/main/html/ dist'
exec 'cp -r src/main/html/* dist'
console.log ' !'

task 'spec', "Run the test suite", ->


Cargando…
Cancelar
Guardar