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

fix build
This commit is contained in:
fehguy
2012-08-18 08:48:28 -07:00

View File

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