summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
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: