XhmikosR
2153371979
Travis: only run coveralls for node.js 10.
2018-07-10 03:18:23 +03:00
XhmikosR
e6ff886378
test/fixtures/charset/not-utf8.html: Use the same assets as the other tests.
2018-07-10 03:18:23 +03:00
XhmikosR
da0742d704
Update dependencies including cheerio.
2018-07-10 03:18:23 +03:00
XhmikosR
a651e9dc60
Remove BOM markers.
2018-07-10 03:18:23 +03:00
XhmikosR
3d19d576a4
Update dependencies except for cheerio.
2018-07-02 12:10:27 +03:00
XhmikosR
c3d51f9540
dist.
2018-05-20 10:03:34 +03:00
XhmikosR
1e2d460cd0
Tweak ESLint rules.
2018-05-20 10:03:34 +03:00
XhmikosR
4046cf7479
Rename .eslintrc to .eslintrc.json.
2018-05-20 10:03:34 +03:00
XhmikosR
2d8ea4daaf
Partially revert ea98539
.
2018-05-20 10:03:33 +03:00
XhmikosR
5809200173
Travis CI: add Node.js 10.
2018-05-20 10:03:33 +03:00
XhmikosR
a1c3196378
Update dependencies.
2018-05-20 10:03:33 +03:00
XhmikosR
c63106a753
dist
2018-04-06 03:19:04 +03:00
XhmikosR
ea98539ba4
Update dependencies and run with all threads on Travis.
2018-04-06 03:17:12 +03:00
XhmikosR
6863fc593c
README.md: fix david-dm devDeps badge.
2017-12-22 19:29:53 +02:00
XhmikosR
0081f5825e
Normalize package.json.
2017-11-29 12:48:31 +02:00
Johann-S
f62a1fbe48
ES6-ify our node.js scripts.
2017-11-22 13:35:49 +02:00
tclindner
4ca78706a6
Fix cli_test.js silently failing.
...
The `console.log` stub needs to be restored.
2017-11-22 13:35:49 +02:00
XhmikosR
4fab68f589
Remove Grunt and switch to npm scripts.
2017-11-22 13:35:49 +02:00
XhmikosR
16f427b6ef
Remove datetime and datetime-local references.
...
Fixes #375 .
2017-11-21 07:23:30 +02:00
XhmikosR
0fbb7b2311
Use https when possible.
2017-11-21 07:22:46 +02:00
XhmikosR
f1280887b4
tests: Switch to lowercase doctype and remove unneeded end tags.
...
Also fix HTML validation errors.
2017-11-21 07:22:17 +02:00
Johann-S
69b60976e8
Make node.js 6 the minimum supported version.
2017-11-21 07:22:05 +02:00
tclindner
814764a4bd
Update in the browser readme section ( #407 )
...
Discuss benefits
Add how to install the bookmarklet
Add how to use the bookmarklet
2017-08-11 17:31:42 +03:00
Chris Barr
1ae21a4fdb
#366 - 2 new lint checks: disallow pull-left/right on .row and .col-*-* classes ( #367 )
...
* Add 2 new errors - A fix for issue #366 : disallow pull-left/right on .row and .col-*-* classes
* Fixing to make this report for each occurrence in a file
* Removing unneeded loops
* Now also disallowing `style="float:left;"` and `style="float:right;"` on grid rows and columns.
2017-08-11 14:50:36 +03:00
XhmikosR
4de8cb4d53
Travis: disable W003 and W005 when linting Bootstrap docs.
...
Probably not the best solution...
2017-08-10 20:12:27 +03:00
XhmikosR
b3b00f2096
Rewrite .travis.yml to pure YAML and improve it.
...
* remove local Gemfile and use the one from the Bootstrap repo.
* fix `jekyll` command; it should have been `bundle exec jekyll build`
* specify `node` before cli scripts
* fix Bootstrap _gh_pages check; before it only checked for 8 files, now it checks all of them
2017-08-10 19:57:48 +03:00
XhmikosR
69c6306531
Update jQuery used in tests to v3.2.1.
2017-08-10 07:09:22 +03:00
XhmikosR
f59038a687
Fix lint error.
2017-08-10 07:01:14 +03:00
tclindner
ae07fa226c
#315 - Add new lint for nested form groups ( #351 )
2017-08-10 06:55:11 +03:00
XhmikosR
58fce102f3
package.json: specify `node` before the bin script.
...
Windows couldn't run the script because it doesn't support shebangs.
2017-08-09 15:13:17 +03:00
Bardi Harborow
808f05ed74
Update dependencies.
2017-08-09 22:07:19 +10:00
XhmikosR
b885862869
Require node.js > 4.
2017-08-09 14:53:41 +03:00
XhmikosR
873c56c6f6
Merge pull request #400 from twbs/lint
...
Make ESLint configuration stricter and remove JSHint and JSCS.
2017-08-09 14:49:27 +03:00
XhmikosR
4db4069563
Add a separate .eslintrc for tests.
2017-08-09 14:42:09 +03:00
XhmikosR
15e48d40b8
Make ESLint configuration stricter and remove JSHint and JSCS.
2017-08-09 14:42:09 +03:00
XhmikosR
a9506ce660
Merge pull request #363 from twbs/travis-cache
...
Travis: Drop custom caching and switch to node.js 8.
2017-08-09 12:55:10 +03:00
XhmikosR
5c17ef033c
Update test files for Bootstrap v3.3.7.
2017-08-09 12:47:24 +03:00
XhmikosR
94c6ac06a8
Travis CI: Drop custom caching and switch to node.js 8.
2017-08-09 12:47:07 +03:00
Bardi Harborow
84f649b794
Update outdated bootstrap version test case.
...
Errata from #395 .
2017-08-09 19:26:21 +10:00
XhmikosR
c8b9b863bf
Merge pull request #395 from Johann-S/patch-1
...
Update copyright + last release of BS3
2017-08-08 23:24:31 +03:00
Johann-S
cb515bc8ed
Update last release of Bootstrap 3
2017-02-01 12:18:20 +01:00
Johann-S
9787195641
Update copyright notices
2017-02-01 12:17:57 +01:00
Chris Rebert
c0a165a28b
Update copyright notices ( #387 )
2016-07-23 16:31:53 -07:00
Chris Rebert
4d65f5ddb1
Travis CI: Upgrade to Node.js v6 ( #386 )
...
Also adjust Commander initialization to explicitly name our command,
which prevents a crash within commander within our CLI unit tests under Node.js 6.
2016-07-23 15:53:37 -07:00
Chris Rebert
bcad9b7cc4
Upgrade to jQuery 3.1.0 ( #385 )
2016-07-21 22:09:25 -07:00
Henrik Gemal
63a7cd8675
Allow indicating encoding via <meta http-equiv="Content-Type"> ( #384 )
...
Fixes #383
2016-07-20 22:15:08 -07:00
Thomas Lindner
6630a83a79
Add wiki URLs to console output; fixes #342
...
Note this will only work in the browser.
Also adds a `url` property to LintError & LintWarning.
Closes #353
2016-04-10 11:37:16 -07:00
Chris Rebert
494ff55f30
JSHint...
2016-04-10 00:29:51 -07:00
Chris Rebert
000e4aa22f
Remove QUnit UI's checkboxes from the DOM during tests to prevent false positives
...
Refs #373
2016-04-09 22:47:34 -07:00
XhmikosR
d3df5801cb
Merge pull request #364 from twbs/XhmikosR-patch-1
...
Update docs.
2016-03-15 08:38:22 +02:00