Updated Branches: refs/heads/master 8515eb9ef -> f02a205eb
Update script to compile to correct location Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a5df755b Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a5df755b Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/a5df755b Branch: refs/heads/master Commit: a5df755b56ad80a05bc0ad938ba6b4fbeb7652ed Parents: 8515eb9 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Jun 10 15:50:28 2013 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Jun 10 15:50:28 2013 -0700 ---------------------------------------------------------------------- tapestry-core/compile-test-coffeescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a5df755b/tapestry-core/compile-test-coffeescript ---------------------------------------------------------------------- diff --git a/tapestry-core/compile-test-coffeescript b/tapestry-core/compile-test-coffeescript index 9130567..9f6a290 100755 --- a/tapestry-core/compile-test-coffeescript +++ b/tapestry-core/compile-test-coffeescript @@ -6,6 +6,6 @@ # Doe NOT compile the test scripts. inputDir=src/test/coffeescript -outputDir=build/generated-sources/compiled-test-coffeescript +outputDir=src/main/generated/compiled-test-coffeescript coffee --watch --bare --output $outputDir $inputDir \ No newline at end of file
