mirror of
https://github.com/videojs/video.js.git
synced 2025-01-06 06:50:51 +02:00
4dd000c809
This adds in the legacy docs into the repo and enables automatic deployment via netlify. The netlify-docs.js script will error out the build on netlify on master if we're not on a tagged commit so that it won't redeploy the docs unless there's a new release. If we're not on master or on master with a tagged commit, it will process with the deploy. Also, this removes the API docs from being published with npm, fixes #4609.
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
# Exclude everything but the contents of the dist directory.
|
|
**/*
|
|
!dist/**
|
|
!es5/**
|
|
!src/css/**
|