summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
commit3ce894af1e72c9488b8cb3340fd61656122f7d50 (patch)
treea603121e8b1e860201370399f8095121cd9c6bf7 /js/README.md
parent10d76fff64363ea59d916b550854cf3540dadfbc (diff)
use markdown, refactor js
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/js/README.md b/js/README.md
deleted file mode 100644
index e2a6f3124..000000000
--- a/js/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# News CoffeeScript/JavaScript development
-
-You will need node.js version >= 0.8
-
-## Compile coffeescript
-To compile the coffeescript run:
-
- make
-
-If you want to autocompile on change run:
-
- make watch
-
-## Running unittests
-Unittests are run with the testacular:
-
- make testacular
-
-afterwards the watch command can be run in a new terminal:
-
- make watch
-
-This will automatically execute unittests when a coffeescript file has been changed and saved.
-
-### PHPUnit
-To run phpunittests once a file changed, simply run
-
- make phpunit
-
-## Clear compiled folder
-To clear the build/ folder run:
-
- make clean
-
-## Run js unittests
-To run js unittests with the ci server, use
-
- make test \ No newline at end of file