Skip to content

Commit

Permalink
README: note about build-bundle-dev (prebid#11448)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored and f.caspar committed May 14, 2024
1 parent 784e5c4 commit 4b7acad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,16 @@ Or, if you are consuming Prebid through npm, with the `disableFeatures` option i

**Note**: this is still a work in progress - at the moment, `NATIVE` is the only feature that can be disabled this way, resulting in a minimal decrease in size (but you can expect that to improve over time).

## Unminified code

You can get a version of the code that's unminified for debugging with `build-bundle-dev`:

```bash
gulp build-bundle-dev --modules=bidderA,module1,...
```

The results will be in build/dev/prebid.js.

## Test locally

To lint the code:
Expand Down

0 comments on commit 4b7acad

Please sign in to comment.