aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10Add information about failed testsJohann-S1-1/+7
2017-10-09Remove unused code from postcss.config.js.XhmikosR1-1/+1
We actually want to generate a sourcemap for docs.min.css.
2017-10-09Lint examples' CSS too.XhmikosR1-1/+1
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR1-1/+1
2017-10-08Add back htmlhint.XhmikosR1-0/+19
2017-10-08Move vnu-jar to devDependencies and remove completely htmlhint.XhmikosR1-16/+39
2017-10-08Move from htmllint to Travis-only vnu.jar.Bardi Harborow2-19/+23
2017-10-08Update saucelabs-unit-test.js (#24297)XhmikosR1-13/+22
Add license header and minor formatting tweaks.
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR1-1/+1
2017-10-02tweak outputMark Otto1-9/+29
2017-10-02initial pass at a build bash script for myselfMark Otto1-0/+44
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+248
2017-09-29Rename variables and remove unneeded return.XhmikosR1-8/+9
2017-09-29Manage exceed maximum duration for our testJohann-S1-3/+11
2017-09-29Use sauce_browsers.json.Johann-S2-36/+69
2017-09-29Convert sauce_browser.yml to JSON.Johann-S3-79/+68
2017-09-29Specify Travis job ID.Johann-S1-1/+2
2017-09-29ES6-ify build/saucelabs-unit-test.js.XhmikosR1-12/+13
2017-09-29Use jsunitsaucelabs to run our unit tests on SaucelabsJohann-S1-0/+48
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR3-0/+6
2017-09-28Move uglify-js's config back to CLI. (#24147)XhmikosR1-8/+0
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-26Move Autoprefixer's config in package.json.XhmikosR1-22/+1
This is so other plugins can use it too.
2017-09-26build/*.js: ES6-ify files. (#24112)XhmikosR2-26/+22
2017-09-26Tabs to spaces. (#24110)XhmikosR2-5/+4
2017-09-17Babel 7 (#23966)Henry Zhu1-4/+2
* use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael2-0/+45
2017-08-31Use rollup to add our copyright instead of a custom scriptJohann-S2-20/+9
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S2-33/+54
2017-08-31Adapt UglifyJS config for IE10Herst1-2/+5
See mishoo/UglifyJS2#2198
2017-08-27Update URL for supported browsersChristian Oliff1-1/+1
2017-08-23Update which required jQuery release folks should useJohann-S1-2/+2
2017-08-11Disable attr-name-style.XhmikosR1-1/+1
Pretty useless, we need to switch to the official HTML validator ASAP.
2017-07-31Add semicolon for our dist files in stamp.js (#23182)Johann-S1-1/+1
2017-07-16Switch to using NPM lock files.Bardi Harborow1-4134/+0
2017-07-05Use config file for UglifyJS to ensure same behavior on every environments ↵Johann-S1-0/+5
(#22990)
2017-07-04Update Popper.js to 1.10.8Johann-S1-2/+2
2017-07-01Add bash script to lint our variablesMark Otto1-0/+28
2017-06-30ios9 and up operaMark Otto1-2/+2
2017-06-30narrow browser support in postcssMark Otto1-13/+4
2017-06-28Fix accidental removing of babel-plugin-transform-es2015-modules-stripJohann-S1-675/+536
2017-06-22Revert #22534 - Add grunt to our devDependencies (#22897)Johann-S1-1004/+885
2017-06-18remove postcss-flexbugs-fixes from build processMark Otto1-2/+1
2017-06-14Update Popper.js 1.10.1Johann-S1-3/+3
2017-05-29drop htmlhint given htmllint gives us most of the coverage we need hereMark Otto1-17/+0
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto2-0/+36
2017-05-24Update Popper.js to 1.9.9Johann-S1-3/+3
2017-05-17Update Popper.js 1.9.4Johann-S1-3/+3
2017-05-14Update Popper.js 1.9.3Johann-S1-3/+3
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S1-3/+3
2017-05-14Update shrinkwrap.Bardi Harborow1-388/+652