Skip to content

Commit 64f638d

Browse files
authored
Merge pull request #310 from tomwayson/patch-1
add a note on skipping helpers when running w/o telemetry
2 parents e979804 + 3cd334a commit 64f638d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ $ cd my-ember-app-or-addon
4242
$ npx ember-angle-brackets-codemod ./path/of/files/ or ./some**/*glob.hbs
4343
```
4444

45+
**NOTE** If you are not using telemetry, you will probably need to [manually configure the codemod to at least skip any helpers](#skipping-helpers) that are invoked in the template files you are running it on.
46+
4547
## From
4648

4749
```hbs

0 commit comments

Comments
 (0)