Mark Otto
24e992a6ff
bump versions
2016-07-27 09:31:24 -07:00
Mark Otto
8e9a9a5960
Enable flexbox grid CSS on our docs page
...
- Creates new flexbox grid Sass file in our docs assets
- Updates the Gruntfile to compile said new Sass file and minify the output
- Update notice on flexbox docs page for how it works
- Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-26 21:09:39 -07:00
Chris Rebert
71359ebad8
update npm shrinkwrap ( #20312 )
2016-07-16 14:27:29 -07:00
XhmikosR
1e01721717
Bump devDependencies.
2016-07-11 02:44:58 +03:00
XhmikosR
e727ca9654
Update devDepedencies.
2016-07-04 12:35:52 +03:00
XhmikosR
7f6fd5be76
Update devDependencies.
...
Only grunt-saucelabs is left in order to update grunt to v1.x.
2016-06-29 09:00:07 +03:00
XhmikosR
dec2695d7e
Use shx so that the npm scripts work everywhere the same.
2016-06-28 19:03:19 +03:00
Chris Rebert
e95e9fed09
Allow PRs to be previewed at http://preview.twbsapps.com ( #20179 )
2016-06-27 14:19:10 -07:00
Chris Rebert
ead5ed6d73
Fix docs asset file paths in /grunt/configBridge.json ( #20178 )
...
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.
2016-06-26 16:42:13 -07:00
Chris Rebert
a358fc9dc1
Replace grunt-postcss with postcss-cli ( #20140 )
...
Refs #19990
Continues the degruntification process.
Also removes mq4-hover-shim for now,
since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-20 16:18:21 -07:00
Chris Rebert
ce2e944aa6
Strip out UMD & CJS in favor of ES6 modules ( #20072 )
2016-06-10 09:28:03 -07:00
Chris Rebert
10c9be114b
Bump shelljs to ^0.7.0 ( #20073 )
...
[skip sauce]
[skip validator]
2016-06-04 21:45:59 -07:00
Chris Rebert
98f3ab3490
rm -r node_modules && npm install && npm run shrinkwrap
2016-06-04 18:21:36 -07:00
Chris Rebert
eb350d1a7c
Upgrade to latest version of JSCS (v3.0.4) ( #20070 )
...
Fixes #20002
[skip sauce]
[skip validator]
2016-06-04 17:55:21 -07:00
Chris Rebert
0c4abb69e3
Kill the grunt-jscs middleman; use JSCS directly instead ( #20069 )
...
Refs #19990
[skip sauce]
[skip validator]
2016-06-04 17:46:36 -07:00
Chris Rebert
04165ba6e3
Update ESLint to v2.11.1 (latest stable) ( #20068 )
...
Fixes #19908
[skip sauce]
[skip validator]
2016-06-04 17:08:59 -07:00
Chris Rebert
abc4ecf670
Update ESLint to v2.10.2 ( #20063 )
...
Refs #19908
[skip sauce]
[skip validator]
2016-06-04 16:52:06 -07:00
Chris Rebert
d1b8ec85e2
Upgrade ESLint to v2.9.0 ( #20047 )
...
Refs #19908
[skip sauce]
[skip validator]
2016-06-04 15:07:16 -07:00
Chris Rebert
1f5d8aa4b3
Update ESLint to v2.8.0 ( #20045 )
...
Refs #19908
[skip sauce]
[skip validator]
2016-06-04 14:52:07 -07:00
Chris Rebert
6c2ba51ba4
Upgrade ESLint to v2.7.0 ( #20044 )
...
Refs #19908
[skip sauce]
[skip validator]
2016-06-04 14:39:56 -07:00
Chris Rebert
2b16f5c510
Update ESLint to v2.5.3 ( #20043 )
...
Refs #19908 .
[skip sauce]
[skip validator]
2016-06-04 14:28:34 -07:00
Chris Rebert
c5eb5a45e9
Upgrade ESLint to v2.4.0 ( #20042 )
...
Refs #19908 .
[skip sauce]
[skip validator]
2016-06-04 14:13:36 -07:00
Chris Rebert
92ec110f08
Upgrade ESLint to v2.3.0 ( #20041 )
...
Refs #19908
[skip sauce]
2016-06-04 14:01:12 -07:00
Chris Rebert
de0740b584
Update npm shrinkwrap
2016-06-04 13:02:25 -07:00
Chris Rebert
166daf498a
Upgrade ESLint to v2.2.0 ( #20000 )
...
[skip sauce]
[skip validator]
2016-05-31 01:27:01 -07:00
Chris Rebert
93f028b8f1
Upgrade babel-eslint to ^6.0.4
...
[skip sauce]
[skip validator]
2016-05-31 01:02:30 -07:00
Chris Rebert
ac25ee7a90
Upgrade ESLint to v2.0.0
...
[skip sauce]
[skip validator]
2016-05-31 00:53:02 -07:00
Chris Rebert
e573f70e2c
Update npm shrinkwrap
...
[skip sauce]
[skip validator]
2016-05-31 00:12:21 -07:00
Chris Rebert
990e98e15e
Update npm shrinkwrap
...
[skip sauce]
[skip validator]
2016-05-31 00:00:10 -07:00
Chris Rebert
412481ba14
Update shrinkwrap
2016-05-30 23:43:28 -07:00
Chris Rebert
5f243fa10d
Update npm shrinkwrap
2016-05-30 22:16:37 -07:00
Chris Rebert
a90b36918f
Add "The Bootstrap Authors" to copyright notices ( #19936 )
...
❤️ ❤️ ❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-20 09:04:31 -07:00
Chris Rebert
7b4cce6065
Update shrinkwrap
2016-04-11 12:38:10 -07:00
XhmikosR
ed0c12fd71
Nuke grunt-line-remover.
...
Use concat's process function instead.
2016-04-02 10:03:04 +03:00
XhmikosR
da6674a2b7
Update grunt-html.
...
[skip sauce]
2016-03-24 09:47:01 +02:00
Chris Rebert
f30be4a7e5
update shrinkwrap
2016-03-23 23:27:58 -07:00
Chris Rebert
689a7cdf71
update shrinkwrap
2016-03-23 22:44:24 -07:00
XhmikosR
a277c12214
Update dependencies.
...
[ci skip]
2016-03-19 18:59:22 +02:00
Chris Rebert
f06568453e
Merge pull request #19553 from twbs/sauce-android
...
Add Android to Sauce testing
[skip validator]
2016-03-15 23:30:23 -07:00
Chris Rebert
e9dc5b0b6a
Add Android to Sauce testing
...
[skip validator]
2016-03-15 23:05:02 -07:00
Chris Rebert
73ee051bed
Merge pull request #19549 from twbs/v4-dev-xmr-rm-glob
...
Remove the now unused glob devDependency
2016-03-15 22:39:43 -07:00
Chris Rebert
b62d841c1c
Use "latest" version specifier (when applicable) in Sauce tests
...
Refs http://sauceio.com/index.php/2016/03/new-browser-version-shortcuts/
[skip validator]
2016-03-15 22:23:30 -07:00
XhmikosR
ae4d774fa5
Remove the now unused glob.
2016-03-15 21:09:10 +02:00
XhmikosR
3d5a6a70fc
Remove the now unused btoa dependency.
...
[skip sauce]
2016-03-07 11:57:55 +02:00
XhmikosR
2a999c6c2c
Bump devDependencies.
...
Also switch to `^`.
2016-03-07 11:55:50 +02:00
XhmikosR
dbaf20fc44
Update grunt-jscs.
...
[skip sauce]
2016-03-03 10:37:39 +02:00
XhmikosR
ae7a0eb7a6
Update npm-shrinkwrap.json.
...
[skip sauce]
2016-02-28 03:36:52 +02:00
Ameya Pandilwar
7a6b5cefb7
Removed unused markdown-it dependency
2016-02-27 18:17:51 -05:00
Chris Rebert
1c46385fe1
Merge pull request #19294 from twbs/ios-9.2
...
Use iOS 9.2 in Sauce tests
2016-02-23 13:59:02 -08:00
Chris Rebert
1b889d9ed6
Use iOS 9.2 in Sauce tests
...
[skip validator]
2016-02-23 12:49:21 -08:00