Browse Source

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

fix build
bubble
fehguy 12 years ago
parent
commit
a95b234deb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cakefile

+ 1
- 1
Cakefile 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", ->


Loading…
Cancel
Save