New version.
Showing
3 changed files
with
7 additions
and
2 deletions
... | @@ -7,10 +7,15 @@ module.exports = function(grunt) { | ... | @@ -7,10 +7,15 @@ module.exports = function(grunt) { |
7 | var config = {}; | 7 | var config = {}; |
8 | config.jshint = { | 8 | config.jshint = { |
9 | options: { | 9 | options: { |
10 | browser: true, | ||
11 | devel: true, | ||
12 | undef: 'vars', | ||
10 | }, | 13 | }, |
11 | browserOptions: { | 14 | browserOptions: { |
12 | }, | 15 | }, |
13 | model: [ | 16 | model: [ |
17 | '!src/scripts/solr/model/**/*.spec.js', | ||
18 | '!src/scripts/solr/model/**/*.spec.data.js', | ||
14 | 'src/scripts/solr/model/**/*.js', | 19 | 'src/scripts/solr/model/**/*.js', |
15 | ], | 20 | ], |
16 | }; | 21 | }; | ... | ... |
1 | { | 1 | { |
2 | "name": "solr-frontend", | 2 | "name": "solr-frontend", |
3 | "license": "UNLICENSED", | 3 | "license": "UNLICENSED", |
4 | "version": "2016.11.29-0", | 4 | "version": "2016.12.15-0", |
5 | "description": "Solr Frontend", | 5 | "description": "Solr Frontend", |
6 | "repository": { | 6 | "repository": { |
7 | "type": "git", | 7 | "type": "git", | ... | ... |
-
Please register or sign in to post a comment