Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.5 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases">gulp-sourcemaps's releases</a>.</em></p> <blockquote> <h2>Security Fixes</h2> <p>Nothing changed to the overall API.</p> <p>However the following security fixes lead to the following:</p> <ul> <li>acorn which caused us to drop support for Node < 6 <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/pull/376/files">gulp-sourcemaps/gulp-sourcemaps#376</a></li> <li>css bump <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/380">#380</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2bcfcbb110"><code>2bcfcbb</code></a> 3.0.0</li> <li><a href="d8bed0c282"><code>d8bed0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/373">#373</a> from adrian3d/update/doc-gulp-4</li> <li><a href="5686db376a"><code>5686db3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/380">#380</a> from kennyr87/<a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/378">gh-378</a>/upgrade-css</li> <li><a href="2c66b2cd32"><code>2c66b2c</code></a> Depdenency: Upgrade css to v3.0.0</li> <li><a href="9a9289b72f"><code>9a9289b</code></a> Breaking: Drop Node <6 support & upgrade identity-map which uses changes CSS ...</li> <li><a href="11d1e31e5a"><code>11d1e31</code></a> Update doc to gulp 4</li> <li><a href="bd0aeb0dbb"><code>bd0aeb0</code></a> Docs: Temporarily point at phated/gulp-sourcemaps for AppVeyor badge</li> <li><a href="7e69e97e7e"><code>7e69e97</code></a> Build: Ensure tests pass on Windows</li> <li><a href="404eb5b396"><code>404eb5b</code></a> Docs: Update badges</li> <li><a href="8a22eccd53"><code>8a22ecc</code></a> Scaffold: Convert repository to use gulp patterns (closes <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/357">#357</a>) (<a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/367">#367</a>)</li> <li>See full diff in <a href="https://github.com/gulp-sourcemaps/gulp-sourcemaps/compare/v2.6.5...v3.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Corso website documentation
Requirements
Building the Corso website requires the following tools on your machine:
make- Docker
Installation
make buildimage
Live documentation development
make dev
This command starts a local development server within the Docker container and will expose a live website preview at http://localhost:3000.
Building a static website
make build
This command generates static content into the dist directory for integration with any static contents hosting service. If you are using AWS S3 + CloudFront, you can run make publish to upload to the configured S3 bucket.
Website platform development
make shell
Use this command to interactively (and temporarily!) change the contents or configuration of the live website container image (for example, when experimenting with new packages).