Просмотр исходного кода

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

fix build
bubble
fehguy 12 лет назад
Родитель
Сommit
a95b234deb
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Cakefile

+ 1
- 1
Cakefile Просмотреть файл

@@ -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", ->


Загрузка…
Отмена
Сохранить