Skip to content

Commit

Permalink
This line was truly missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Nov 3, 2014
1 parent 6cf5c81 commit ddffe68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ module.exports = function( grunt ) {
// Checks that the external plugins directory exists.
function assertExternalDir() {
var externalDir = grunt.config.get( 'plugin.externalDir' );

if ( !grunt.file.isDir( externalDir ) ) {
grunt.fail.fatal( 'The "' + externalDir + '" directory must exist.' );
}
Expand Down

0 comments on commit ddffe68

Please sign in to comment.