Skip to content

Commit

Permalink
Merge pull request #310 from tomwayson/patch-1
Browse files Browse the repository at this point in the history
add a note on skipping helpers when running w/o telemetry
  • Loading branch information
rajasegar authored Apr 29, 2020
2 parents e979804 + 3cd334a commit 64f638d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ $ cd my-ember-app-or-addon
$ npx ember-angle-brackets-codemod ./path/of/files/ or ./some**/*glob.hbs
```

**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.

## From

```hbs
Expand Down

0 comments on commit 64f638d

Please sign in to comment.