aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10bump to betav4.0.0-betaMark Otto1-1/+1
2017-08-10Update devDependencies. (#23264)XhmikosR1-4/+3
2017-08-09Move from dependencies to peerDependenciesMark Otto1-0/+2
2017-08-09Fix sourcemaps for node-sass too.XhmikosR1-4/+4
Specify `--source-map-contents true` for node-sass and `source-map-inline-sources` for clean-css. Without this, the sourcemaps weren't found.
2017-07-28Update Popper.js to 1.11.0 (#23162)Johann-S1-1/+1
2017-07-16Errata from #23094.Bardi Harborow1-1/+1
2017-07-16Switch to using NPM lock files.Bardi Harborow1-1/+0
2017-07-16Update dependencies.Bardi Harborow1-7/+7
2017-07-05Use config file for UglifyJS to ensure same behavior on every environments ↵Johann-S1-2/+2
(#22990)
2017-07-04Update Popper.js to 1.10.8Johann-S1-1/+1
2017-06-30add css-docs task to the dist buildMark Otto1-1/+1
2017-06-22Revert #22534 - Add grunt to our devDependencies (#22897)Johann-S1-3/+4
2017-06-18remove postcss-flexbugs-fixes from build processMark Otto1-1/+0
2017-06-16Add back js-lint when we try to build our jsJohann-S1-2/+2
2017-06-14Update Popper.js 1.10.1Johann-S1-1/+1
2017-05-31Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto1-1/+1
2017-05-31Use correct version of babel-preset-es2015Brian Ng1-1/+1
The 7.x-alpha preset won't work with 6.x core. An alternative would be to bump babel-cli to 7.x-alpha (if you'd like to help us test :D)
2017-05-30Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto1-8/+8
2017-05-30Update Dependencies (REUPLOAD) (#22594)CDAGaming1-8/+8
* Update Dependencies (REUPLOAD) Uglify-JS: 2.8.22 > 3.0.3 QUnitJS: 2.3.1 > 2.3.2 PostCSS-CLI: 3.1.1 > 4.0.0 Clean-CSS-CLI: 4.0.12 > 4.1.0 Babel-Eslint: 7.2.2 > 7.2.3 AutoPrefixer: 6.7.7 > 7.0.1 * Updates More Dependencies Autoprefixer: v7.0.1 > v7.1.1 Clean-CSS-CLI: v4.1.0 > v4.1.3 Node-Sass: v4.5.2 > v4.5.3 PostCSS-FlexBugs-Fixes: v2.1.1 > v3.0.0 Uglify-JS: v3.0.3 > v3.0.11 Signed-off-by: CDAGaming <[email protected]> * Update Gem Bundler Dependency Signed-off-by: CDAGaming <[email protected]> * Update Gemfile.lock Dependency Signed-off-by: CDAGaming <[email protected]> * Update QUnit Signed-off-by: CDAGaming <[email protected]> * Update Uglify-JS to v3.0.13 Signed-off-by: CDAGaming <[email protected]>
2017-05-29drop htmlhint given htmllint gives us most of the coverage we need hereMark Otto1-2/+1
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-13/+12
2017-05-27move .scss-lint.yml to route dir instead of symlink (which didn't work)Mark Otto1-3/+3
2017-05-27Add `docs-clean` task to watch scriptsMark Otto1-2/+2
Without this, the CSS and JS files don't get copied over to the `docs/dist/` folder during development. I imagine we can simplify this and not run it twice, and instead run it once? Unsure. /cc @johann-s
2017-05-24Update Popper.js to 1.9.9Johann-S1-1/+1
2017-05-17Update Popper.js 1.9.4Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.3Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S1-1/+1
2017-05-14Update Popper.js 1.8.2Johann-S1-1/+1
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-1/+1
2017-05-14Remove Tether from package.json + Update PopperJohann-S1-1/+1
2017-05-02Remove log from WEBrick during js-test-cloudJohann-S1-1/+1
2017-04-29Add watch-css and watch-js + a global watch commandJohann-S1-1/+3
2017-04-29don't prefix docs css, it generates .map files and mucks it all upMark Otto1-1/+1
2017-04-29watch task docs + cssMark Otto1-1/+3
2017-04-27Run js-test locally before js-test-cloudJohann-S1-1/+1
2017-04-27Fix build by installing grunt dependencies before js-test-cloudJohann-S1-3/+3
2017-04-21More minor build tweaks and docs updates.Bardi Harborow1-4/+5
2017-04-20Build system overhaul.Bardi Harborow1-41/+54
2017-04-10Package grunt (#22396)Mark Otto1-2/+0
Remove docs files and Gruntfile from package managers
2017-03-20Update dependencies.Bardi Harborow1-5/+5
2017-03-12Update dependencies.Bardi Harborow1-10/+10
2017-02-25Move Jekyll to npm script.Bardi Harborow1-1/+2
2017-02-05Update dependencies.Bardi Harborow1-12/+12
2017-01-23Move htmllint to npm script.Bardi Harborow1-1/+2
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto1-1/+1
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-08Fix incorrect docs.min.js bundle source.Bardi Harborow1-1/+1
2017-01-06version bumpMark Otto1-1/+1
2017-01-05Update dependencies.Bardi Harborow1-8/+8
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow1-2/+3
2016-12-31Extend ESLint to cover all JS files and drop JSCS.Bardi Harborow1-4/+2