]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Rewrite Parcel guide (#36411)
authorMark Otto <markd.otto@gmail.com>
Mon, 23 May 2022 00:47:01 +0000 (17:47 -0700)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 00:47:01 +0000 (17:47 -0700)
commitd17fe26dcfe371a3e78fabb4d34e6ba6e2c38a67
treecc5abdcb60f28a0a79d21065e010496c5204529e
parent7ed1a5f821dedffe453e5e30da1b435d911be099
Rewrite Parcel guide (#36411)

* Rewrite Parcel guide

* update to match latest webpack guide, add images

* eslint-skip

* Apply suggestions from code review

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* match parcel to webpack, share footer, consistent use of no ;

* Update site/content/docs/5.2/getting-started/parcel.md

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* edits from code review

* Add custom images

* add image compression action from blog

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
.github/workflows/calibreapp-image-actions.yml [new file with mode: 0644]
site/content/docs/5.2/customize/sass.md
site/content/docs/5.2/getting-started/parcel.md
site/content/docs/5.2/getting-started/webpack.md
site/layouts/partials/guide-footer.md [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/bootstrap-parcel.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/bootstrap-parcel@2x.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/bootstrap-webpack.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/bootstrap-webpack@2x.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/parcel-dev-server-bootstrap.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/parcel-dev-server.png [new file with mode: 0644]