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
2020-06-18Add basic webpack for JS bundlewebpackMark Otto
This is only a first stab at adding webpack bundling for our JS here. I know we could load up more through this, like our styles, but I'm unsure of the immediate benefit to that. Also want to use this as a brief opportunity to figure out if webpack is the right choice here, or if Rollup or something else is. I'm still familiarizing myself with some of the tooling and concerns around requiring the transpilers since the regular imports we have here today seem to work.
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
2020-05-07Update dependenciesXhmikosR
* jQuery 3.4.1 → ^3.5.1 * node-sass ^4.13.1 → ^4.14.1 * postcss-cli ^7.1.0 → ^7.1.1
2020-05-07Enforce LFXhmikosR
2020-04-19Update README.mdXhmikosR
2020-04-19Merge branch 'master' of git@github.com:twbs/bootstrap-npm-starter.gitMark Otto
2020-04-19Update README.mdMark Otto
2020-04-17Merge pull request #3 from twbs/xmrMark Otto
Assorted tweaks
2020-04-17Add .browserslistrc from v4.4.1.XhmikosR
2020-04-17Add build and test npm scriptsXhmikosR
2020-04-17Fix sourcemap being embedded.XhmikosR
2020-04-17Replace http-server with serveXhmikosR
Also move it to devDependencies
2020-04-17Pin jQuery to v3.4.1 and popper.js to v1.16.1-ltsXhmikosR
2020-04-17Rename readme.md to README.mdMark Otto
2020-04-17Create LICENSE.mdMark Otto
2020-04-17few tweaksMark Otto
2020-04-16first commitMark Otto