Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-09 23:49:39 +0300
committerChris Rebert <code@rebertia.com>2015-01-10 00:12:33 +0300
commit38d163dea44c4b7f8a880a245275cd70f305091e (patch)
tree64a9c833d7b06630d9c2d4cacc8b22a36a35442c
parent655b94fdc2fcd208f397f1f559bc8af750622f6c (diff)
Disable JSCS for browser-side script due to `import`-related incompatibility
Waiting on https://code.google.com/p/esprima/issues/detail?id=619 to get fixed and then for JSCS to upgrade and integrate the new Esprima version.
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9841a49..52c0a25 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -60,7 +60,7 @@ module.exports = function (grunt) {
src: '<%= jshint.gruntfile.src %>'
},
lib: {
- src: '<%= jshint.lib.src %>'
+ src: ['src/**/*.js', '!src/browser/mq4-hover-hover-shim.js']
},
test: {
src: '<%= jshint.test.src %>'