summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 01:10:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 01:10:47 +0200
commit772b4e86c2fc106090d7c658157772614807f4e1 (patch)
tree9d6496a84a701307b2fe77dc8ea34f8192855c2f /js/README.md
parentdc44592a17feab01bbdba95367fdb27294c8e890 (diff)
readme additions
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/js/README.md b/js/README.md
index db6dafc2e..8a46f598b 100644
--- a/js/README.md
+++ b/js/README.md
@@ -7,6 +7,11 @@ then run:
npm install
+The news app uses [Traceur](https://github.com/google/traceur-compiler) to transpile ES6 into ES5. If you want to take a look at the features see [the language features reference](https://github.com/google/traceur-compiler/wiki/LanguageFeatures#language-features).
+
+* Modules can not be used since the code is inlined
+* The following iterators are available: **items**
+
## Building
Watch mode:
@@ -25,7 +30,7 @@ Watch mode:
Single run mode:
grunt phpunit
- grunt ci
+ grunt ci-unit
### Running e2e tests
Install protractor and set up selenium: