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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-19fix version numberMark Otto
2017-10-19new version numberMark Otto
2017-10-19Make 1.9.1 the minimum jQuery version again. (#24434)XhmikosR
2017-10-19Enable sourcemaps for bundles and include sourcemap for plugins in npm ↵Vohmyanin Sergey Vasilevich
package. (#24303)
2017-10-17Update package-lock.json. (#24386)XhmikosR
Also, lock babel deps to 7.0.0-beta.2 so that we are on the safe side.
2017-10-09package.json: Change repo URL to `git+https`. (#24305)XhmikosR
2017-10-09Lint examples' CSS too.XhmikosR
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR
2017-10-09Update devDependencies. (#24298)XhmikosR
2017-10-08Add back htmlhint.XhmikosR
2017-10-08Move vnu-jar to devDependencies and remove completely htmlhint.XhmikosR
2017-10-08Move from htmllint to Travis-only vnu.jar.Bardi Harborow
2017-10-04npm scripts: quote globs.XhmikosR
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-10-02Tweak bundlesize's targets. (#24203)XhmikosR
Separate CSS targets and tighten a couple others targets.
2017-10-01Make Node.js 6 the minimum version.XhmikosR
Also, be consistent with Node.js' name.
2017-10-01Add bundlesize.XhmikosR
2017-10-01Tweak npm scripts. (#24146)XhmikosR
* make `css` and `js` "super" scripts which will run both main and docs scripts * make `js-minify` run all js minify tasks * use parallel in more places
2017-09-29Use sauce_browsers.json.Johann-S
2017-09-29Remove grunt-saucelabs and Grunt.XhmikosR
2017-09-29Specify Travis job ID.Johann-S
2017-09-29Use jsunitsaucelabs to run our unit tests on SaucelabsJohann-S
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR
2017-09-28Move uglify-js's config back to CLI. (#24147)XhmikosR
We need to pass different options and this seems cleaner at this point. In order for docs.min.js to keeps all comments, we don't pass `compress`.
2017-09-26Add eslint-plugin-compat.XhmikosR
We can check for browser compatibility on lint time now.
2017-09-26Move Autoprefixer's config in package.json.XhmikosR
This is so other plugins can use it too.
2017-09-26Move the workbox build to a `postdocs-compile` script. (#24106)XhmikosR
This way, it's run for us automatically after `docs-compile`.
2017-09-17Update package-lock.json. (#23975)XhmikosR
2017-09-17Use cross-env to allow folks to build our js on their OSJohann-S
2017-09-17Babel 7 (#23966)Henry Zhu
* use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform
2017-09-15Update babel-eslint to v8.0.0 and all devDependencies and gems.XhmikosR
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael
2017-09-05Fix jquery versionvsn4ik
2017-09-05Drop Bower support (#23568)Tanguy Krotoff
2017-09-04js-minify task should just minify our dist files not our docs.min.jsJohann-S
2017-08-31Use rollup to add our copyright instead of a custom scriptJohann-S
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S
2017-08-26Run all lint targets in `test` script. (#23685)XhmikosR
2017-08-26Fix `npm run docs-github` script. (#23688)XhmikosR
`$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file.
2017-08-23Update Popper.js to 1.12.3Johann-S
2017-08-23Update which required jQuery release folks should useJohann-S
2017-08-20fixed package.json jspm section.Albert Willemsen
2017-08-15Register a service worker.XhmikosR
2017-08-15Adding Gemfile to package.jsonArthur Franco
Gemfile was missing. Couldn't compile documentation when using npm.
2017-08-14Moved watch task up to match the rest of the package.json (#22756)Tom Scholz
2017-08-11Add a README.md badge to track our dependencies and require jQuery >=3.0.0. ↵Johann-S
(#23125)
2017-08-11bump to betav4.0.0-betaMark Otto
2017-08-10Update devDependencies. (#23264)XhmikosR
2017-08-09Move from dependencies to peerDependenciesMark Otto
2017-08-09Fix sourcemaps for node-sass too.XhmikosR
Specify `--source-map-contents true` for node-sass and `source-map-inline-sources` for clean-css. Without this, the sourcemaps weren't found.