aboutsummaryrefslogtreecommitdiffstats
path: root/devtest/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'devtest/README.txt')
-rw-r--r--devtest/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/devtest/README.txt b/devtest/README.txt
index 54b9d5a3..5823641a 100644
--- a/devtest/README.txt
+++ b/devtest/README.txt
@@ -16,7 +16,8 @@ order to speed up TDD.
- When your test was ready put it in your test class extending
GWTTestCase.
-
+- If you prefer superdev mode run: mvn gwt:run-codeserver but
+ you have to be familiar with debuging in javascript and use source maps.