ソースを参照

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


読み込み中…
キャンセル
保存