Skip to content

Commit 967c629

Browse files
author
benholloway
committed
fix long line for jshint
1 parent 944251d commit 967c629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ function setUpTaskHtml(context) {
1010

1111
var taskDefinition = {
1212
name : 'html',
13-
description : 'The "html" task performs a one time injection of pre-built JS and CSS into the application HTML.',
13+
description : 'The "html" task performs a one time injection of pre-built JS and CSS into the application ' +
14+
'HTML.',
1415
prerequisiteTasks: ['help'],
1516
checks : [],
1617
options : [],

0 commit comments

Comments
 (0)