Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-03Update ci.ymlHEADmainChristian Oliff
2022-09-02v2: Bootstrap 4, Icons 1.9.1, and Node 16 (#95)v2.0.0Mark Otto
* Update dependencies, fix package-lock.json issue * rebuild css * Bump versions, copyright * only test node 16 * Fix Stylelint, rerun CSS * Update readme * Fixes #68: Mention Node version in readme * Add live reload functionality Fixes #82, fixes #74.
2021-08-31Bump tar from 6.1.4 to 6.1.11 (#66)dependabot[bot]
Bumps [tar](https://github.com/npm/node-tar) from 6.1.4 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.4...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-31Bump path-parse from 1.0.6 to 1.0.7 (#63)dependabot[bot]
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-05Bump tar from 6.1.0 to 6.1.4 (#61)dependabot[bot]
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.4. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.4) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-15Bump browserslist from 4.16.3 to 4.16.6 (#54)dependabot[bot]
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-15Bump normalize-url from 4.5.0 to 4.5.1 (#56)dependabot[bot]
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14Bump postcss from 8.2.8 to 8.2.10 (#51)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.10) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14Bump hosted-git-info from 2.8.8 to 2.8.9 (#50)dependabot[bot]
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01Revert change from serve to sirvMark Otto
2021-04-01Update starter homepage and fix Sass imports (#45)gh-pagesMark Otto
* Update starter homepage and fix Sass imports Moves Sass variable overrides first so that we can properly update re-assigned variables * Update readme version for Bootstrap Icons * Update CSS, add custom component, add links to guides, tweak some copy
2021-03-15Fix purgecss commandXhmikosR
We need to pass the JS files too, otherwise purgecss cannot keep any selectors handled in JS.
2021-03-15Switch to sirv-cli.XhmikosR
2021-03-15Update all devDependenciesXhmikosR
2021-01-20Rebuild CSSv1.4.0Mark Otto
2021-01-20Tweak homepage appearance slightlyMark Otto
2021-01-20Update readme to link Bootstrap and Bootstrap icons, bump versionsMark Otto
2021-01-20Update version (looks like we missed the v1.3.0 version bump)Mark Otto
2021-01-20Update to Bootstrap v4.6.0 and Bootstrap Icons v1.3.0Mark Otto
2021-01-13CI: remove redundant CI env var (#38)XhmikosR
This is already set by the runner
2021-01-08Adds Stylelint (#18)v1.3.0Mark Otto
* Adds Stylelint - New npm script, css-lint - Pulls in Bootstrap's config - Replaces named color with BS variable - Updates readme with new script, also adds links to other tools * Add css-lint script in `npm test` * Mention Stylelint in the readme, add test to script table * Mention npm test there too * Explain stylelintignore and stylelintrc files Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-08Bump yearXhmikosR
2021-01-08Fix Sass overrides.XhmikosR
2021-01-08Add `npm-run-all` and add `npm start` scriptXhmikosR
2021-01-08Update all devDependenciesXhmikosR
2021-01-08README.md: fix Bootstrap versionXhmikosR
2021-01-08Move README.md logo to repoXhmikosR
2021-01-08package.json: mark package as private since we don't publish itXhmikosR
2021-01-08Move propertiesXhmikosR
2021-01-08Update ci.ymlXhmikosR
* run it on pushes too * add `FORCE_COLOR: 2` * update to `actions/setup-node@v2`
2020-12-15Bump ini from 1.3.5 to 1.3.8 (#33)dependabot[bot]
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-28Clarify Bootstrap versions in readmev1.2.0Mark Otto
2020-10-28Update versionMark Otto
2020-10-28Add Bootstrap Icons (#17)Mark Otto
* Add Bootstrap Icons Pulls in Bootstrap Icons via npm but with the latest commit since alpha5 isn't out yet and will contain the SVG sprite. * Update custom Sass to change another variable, add back utilities, and re-run CSS build script * End of line
2020-10-14Update all dependenciesXhmikosR
* bootstrap ^4.5.0 → ^4.5.3 * autoprefixer ^9.8.0 → ^10.0.1 * nodemon ^2.0.4 → ^2.0.5 * postcss-cli ^7.1.1 → ^8.1.0 * purgecss ^2.1.2 → ^3.0.0 * serve ^11.3.0 → ^11.3.2
2020-09-18Bump lodash from 4.17.15 to 4.17.19 (#26)dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-27Include the close button CSSChristian Oliff
Fixes: #23 Also recompiles the starter.css with Bootstrap v4.5.0 (as that hadn't been done since #13 was merged)
2020-06-17Bump versionv1.1.0Mark Otto
2020-06-17Update README.mdMark Otto
2020-06-17Update Bootstrap CSSMark Otto
2020-06-11Add basic PurgeCSS support, update readme (#6)Mark Otto
* Add basic PurgeCSS support - Adds css-purge npm script - Updates readme to mention the tool and some basic options - Tested it locally and the diff is definitely noticeable, so that part is working Still need to check if there's something to update in regards to the Sass map after running the Purge. * Also update readme about basic optimizations * More script info, more tweaks * Update package.json Co-authored-by: XhmikosR <xhmikosr@gmail.com> * Update README.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-03Updated script tableMichael Sørensen
2020-06-03Update to v4.5.0 and update other dependencies (#13)Mark Otto
* Update to v4.5.0 and update other dependencies * Update README.md
2020-05-27Create .editorconfigChristian Oliff
editorconfig is always useful to have to help ensure consistent code formatting. This config provides good defaults and is copied from: https://github.com/twbs/bootstrap/blob/master/.editorconfig
2020-05-11Add advanced usage section to readme for optimizing CSS and JSv1.0.0Mark Otto
2020-05-11Link to Node.js downloadMark Otto
2020-05-11Add template repo infoMark Otto
2020-05-11Update readme to include Actions guidanceMark Otto
2020-05-07Add basic CI (#9)XhmikosR
* Add basic CI * Streamline tests to run on PR and Node 12+14 only * Move badge Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-05-07package.json: add a couple of missing propertiesXhmikosR