Skip to content

Commit fd63a25

Browse files
committed
Updated README
1 parent e7cba8c commit fd63a25

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ To run app:
2424
* Navigate to localhost:9000
2525
* $$$
2626
27-
NOTE: If making changes, gulp-traceur is currently broken. To compile output, use traceur from command line:
27+
NOTE: gulp-traceur is currently broken and does not seem to generate register modules correctly. So, temporarily,
28+
until this is fixed, gulp is using traceur CLI to run a traceur command to build the compile output file.
2829
29-
* Install traceur globally using 'npm install traceur -g'
30-
* Run the following command `traceur app/app.js --out app/dist/cli.js --modules=register`
3130
31+
To Do:
3232
33-
To run tests:
34-
35-
* Install karma-cli `npm install -g karma-cli`
36-
* Run npm and bower install tasks from above if not already run
37-
* Run `karma start` from the project root
33+
* Tests

0 commit comments

Comments
 (0)