fix build

This commit is contained in:
Rintcius Blok
2012-08-18 10:33:45 +01:00
parent af5ec2a700
commit c8c75cf4b3

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