]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Update devDependencies, gems and lots of cleanup/build fixes.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 18 Sep 2018 15:39:35 +0000 (18:39 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 13 Dec 2018 23:45:51 +0000 (01:45 +0200)
commit4a5c7f21d597341f91004b352c1a0abde7ff92e1
tree4180e4c8509ccec1622c6eb152bdbb97e489ebc6
parent7a2cdfb650891de08589a7ca229bd9407fbf4859
Update devDependencies, gems and lots of cleanup/build fixes.

* switch to grunt-postcss and autoprefixer directly; this is the recommended way.
* uglify: specify `ie8` for compatibility
* specify `cascade:false` for autoprefixer
* specify `ieCompat` for less
* drop grunt-contrib-compress since it doesn't work with Node.js 10.x
* remove grunt-contrib-htmlmin to match the v4 docs
* clean up Gruntfile.js
* clean up .travis.yml and backport changes from v4
* build ie10-viewport-bug-workaround.less since it's used in examples
* move shrinkwrap to root
* bs-commonjs-generator.js: Use `path.posix`
* remove .hound.yml
* remove references to no longer used PR bots
* backport and adapt the sri generation script from v4
18 files changed:
.gitignore
.hound.yml [deleted file]
.travis.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock
Gruntfile.js
README.md
_config.yml
docs/_includes/footer.html
docs/assets/css/ie10-viewport-bug-workaround.css [new file with mode: 0644]
docs/browser-bugs.html
grunt/bs-commonjs-generator.js
grunt/configBridge.json
grunt/generate-sri.js [new file with mode: 0644]
less/alerts.less
package-lock.json [moved from grunt/npm-shrinkwrap.json with 66% similarity]
package.json