Skip to content

Commit

Permalink
Don't version demo pages outputs (#43)
Browse files Browse the repository at this point in the history
* Don't version demo pages outputs

* Fix passing down config to make, right now relies on exports
  • Loading branch information
zapo authored Dec 7, 2022
1 parent 9f898a4 commit fc63fcf
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 2,026 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ jobs:
- run:
<<: *setup_env
- run: ./scripts/patch-version.sh "${CIRCLE_TAG:-v0.0.0-${CIRCLE_SHA::7}}"
- run: make -j $(nproc) --output-sync
- run: |
export SDK_URI="https://cdn.optable.co/web-sdk/${CIRCLE_TAG}/sdk.js"
export SANDBOX_HOST="sandbox.optable.co"
export SANDBOX_INSECURE="false"
make -j --output-sync
- persist_to_workspace:
root: "~"
paths:
Expand Down
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ lib/dist/
demos/react/dist
demos/npm/dist
browser/dist/

demos/vanilla/identify.html
demos/vanilla/nocookies/identify.html
demos/vanilla/nocookies/profile.html
demos/vanilla/nocookies/targeting/gam360-cached.html
demos/vanilla/nocookies/targeting/gam360.html
demos/vanilla/nocookies/targeting/prebid.html
demos/vanilla/nocookies/witness.html
demos/vanilla/profile.html
demos/vanilla/targeting/gam360-cached.html
demos/vanilla/targeting/gam360.html
demos/vanilla/targeting/prebid.html
demos/vanilla/witness.html
137 changes: 0 additions & 137 deletions demos/vanilla/identify.html

This file was deleted.

138 changes: 0 additions & 138 deletions demos/vanilla/nocookies/identify.html

This file was deleted.

Loading

0 comments on commit fc63fcf

Please sign in to comment.