Skip to content

Commit

Permalink
Use .nojekyll to ensure node_modules is deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel committed Jan 9, 2019
1 parent 3f2a52c commit 0f7a9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cache:
- node_modules
before_deploy:
- cd ${TRAVIS_BUILD_DIR}
- touch .nojekyll
- echo 'node_modules/*' > .gitignore
- echo '!node_modules/@webcomponents' >> .gitignore
- echo '!node_modules/intersection-observer' >> .gitignore
Expand Down

0 comments on commit 0f7a9fc

Please sign in to comment.