瀏覽代碼

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

fix build
bubble
fehguy 12 年之前
父節點
當前提交
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", ->


Loading…
取消
儲存