File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments