mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Remove the obsolete JSHint references.
This commit is contained in:
parent
97f0da3239
commit
13e33e329c
@ -25,7 +25,7 @@
|
|||||||
// Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
|
// Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
|
||||||
// IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx
|
// IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx
|
||||||
// @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx
|
// @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx
|
||||||
var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
|
var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')()
|
||||||
if (jscriptVersion === undefined) {
|
if (jscriptVersion === undefined) {
|
||||||
return 11 // IE11+ not in emulation mode
|
return 11 // IE11+ not in emulation mode
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ Our Gruntfile includes the following commands and tasks:
|
|||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** |
|
| `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** |
|
||||||
| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** |
|
| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** |
|
||||||
| `grunt test` | Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). |
|
| `grunt test` | Runs [scss-lint](https://github.com/brigade/scss-lint), [ESLint](http://eslint.org/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). |
|
||||||
| `grunt docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. |
|
| `grunt docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. |
|
||||||
| `grunt watch` | This is a convenience method for watching just Sass files and automatically building them whenever you save. |
|
| `grunt watch` | This is a convenience method for watching just Sass files and automatically building them whenever you save. |
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"extends" : "../js/.jshintrc",
|
|
||||||
"asi" : false,
|
|
||||||
"browser" : false,
|
|
||||||
"es3" : false,
|
|
||||||
"node" : true
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"extends" : "../../.jshintrc",
|
|
||||||
"devel" : true,
|
|
||||||
"es3" : false,
|
|
||||||
"qunit" : true
|
|
||||||
}
|
|
@ -1,6 +1,5 @@
|
|||||||
// package metadata file for Meteor.js
|
// package metadata file for Meteor.js
|
||||||
|
|
||||||
/* jshint strict:false */
|
|
||||||
/* global Package:true */
|
/* global Package:true */
|
||||||
|
|
||||||
Package.describe({
|
Package.describe({
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
"grunt-contrib-csslint": "~0.4.0",
|
"grunt-contrib-csslint": "~0.4.0",
|
||||||
"grunt-contrib-cssmin": "~0.12.2",
|
"grunt-contrib-cssmin": "~0.12.2",
|
||||||
"grunt-contrib-jade": "~0.14.1",
|
"grunt-contrib-jade": "~0.14.1",
|
||||||
"grunt-contrib-jshint": "~0.11.0",
|
|
||||||
"grunt-contrib-qunit": "~0.5.2",
|
"grunt-contrib-qunit": "~0.5.2",
|
||||||
"grunt-contrib-sass": "^0.8.1",
|
"grunt-contrib-sass": "^0.8.1",
|
||||||
"grunt-contrib-uglify": "~0.8.0",
|
"grunt-contrib-uglify": "~0.8.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user