Skip to content

Commit

Permalink
Remove undefined variable from Gruntfile
Browse files Browse the repository at this point in the history
grunt watch was crashing becuase of an
undefined variable.  The variable was
removed in the xblock vi translation update
becuase the html file can no longer be
minified.
  • Loading branch information
caseylitton committed Jun 22, 2017
1 parent 464f448 commit 2efa18a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ module.exports = function (grunt) {
gruntFile,
directoryPrivateJsAll,
directoryPrivateLessAll,
directoryPrivateHtmlAll,
],
tasks: [
'default',
Expand Down

0 comments on commit 2efa18a

Please sign in to comment.