chore(build-system): fix grunt lint task

pull/443/head
Anthony Lapenna 2016-12-31 13:27:35 +13:00
parent 4b747a78cd
commit 06d3debf38
1 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ module.exports = function (grunt) {
release: { release: {
src: '<%= src.html %>', src: '<%= src.html %>',
options: { options: {
root: '<%= distdir %>', root: '<%= distdir %>'
} }
} }
}, },
@ -164,7 +164,7 @@ module.exports = function (grunt) {
} }
}, },
usemin: { usemin: {
html: ['<%= distdir %>/index.html'], html: ['<%= distdir %>/index.html']
}, },
copy: { copy: {
bundle: { bundle: {
@ -318,7 +318,7 @@ module.exports = function (grunt) {
} }
}, },
jshint: { jshint: {
files: ['gruntFile.js', '<%= src.js %>', '<%= src.scenarios %>'], files: ['gruntfile.js', '<%= src.js %>'],
options: { options: {
curly: true, curly: true,
eqeqeq: true, eqeqeq: true,