- 04 Jul, 2016 1 commit
-
-
XhmikosR authored
-
- 29 Jun, 2016 7 commits
-
-
XhmikosR authored
Avoid globbing in jscs npm script for Windows compatibility
-
XhmikosR authored
Update dependencies.
-
Chris Rebert authored
Fixes #20197 [skip sauce] [skip validator]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
Only grunt-saucelabs is left in order to update grunt to v1.x.
-
XhmikosR authored
-
Chris Rebert authored
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
-
- 28 Jun, 2016 6 commits
-
-
Dave Methvin authored
Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
-
XhmikosR authored
Use shx so that the npm scripts work everywhere the same.
-
XhmikosR authored
-
judetucker authored
Fixes #18813 Closes #20187 [skip sauce]
-
Chris Rebert authored
[ci skip]
-
Dave Methvin authored
Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190
-
- 27 Jun, 2016 3 commits
-
-
http://preview.twbsapps.comChris Rebert authored
-
-
Chris Rebert authored
Closes #19906 [skip validator]
-
- 26 Jun, 2016 3 commits
-
-
Chris Rebert authored
Previously, when running the docs locally, the site, rooted at: http://localhost:9001/ would reference docs assets using relative URLs such as: /../assets/js/vendor/anchor.min.js which is equivalent to: http://localhost:9001/../assets/js/vendor/anchor.min.js which is nonsense, since the root directory has no parent directory. Apparently browsers silently ignore this extra '..', hence why this wasn't noticed until now. But if you adjust Jekyll's `baseurl` setting, this mistake causes incorrect URLs to get generated. This commit corrects the problem by removing the extra '../' from the paths. These paths are also referenced in the Gruntfile, where the fix actually allows us to simplify the code. Previously, in the Gruntfile, we were doing, e.g.: path.join('./docs/assets', '../assets/js/vendor/anchor.min.js') which calculates to: ./docs/assets/../assets/js/vendor/anchor.min.js which can be simplified to: ./docs/assets/js/vendor/anchor.min.js So we can remove the '/assets' suffix from the left argument and the '../' prefix from the right argument and still obtain the same result.
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
[skip sauce]
-
- 24 Jun, 2016 2 commits
-
-
Chris Rebert authored
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22 [skip sauce]
-
Curt Grimes authored
Closes #20165 [skip sauce]
-
- 22 Jun, 2016 2 commits
-
-
Chris Rebert authored
Refs http://caniuse.com/#feat=css-nth-child-of Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo Refs https://crbug.com/304163 Refs https://bugzil.la/854148 [skip sauce]
-
https://webkit.org/b/158340Chris Rebert authored
So remove its entry from the Wall. Refs #20012, #20024 Refs http://trac.webkit.org/changeset/202324 [ci skip]
-
- 20 Jun, 2016 6 commits
-
-
Chris Rebert authored
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
-
Chris Rebert authored
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce]
-
Chris Rebert authored
Refs #20005 [skip sauce]
-
Chris Rebert authored
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
Refs #17652
-
- 13 Jun, 2016 6 commits
- 10 Jun, 2016 1 commit
-
-
Chris Rebert authored
-
- 08 Jun, 2016 2 commits
-
-
Chris Rebert authored
Add Wall of Browser Bugs entries for #12832
-
https://crbug.com/460200Chris Rebert authored
So remove its entry from the Wall of Browser Bugs Refs #15832 [skip sauce] [skip validator]
-
- 05 Jun, 2016 1 commit
-
-
Chris Rebert authored
[ci skip]
-