You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt.log.error(filePath+" exists in the local file structure but isn't used by any module");
369
-
errorsDetected=true;
370
-
}
371
-
}
372
-
});
373
-
});
374
-
375
-
if(errorsDetected){
376
-
thrownewError("Not all files were properly detected the local file structure");
377
-
}else{
378
-
console.log("All files were detected successfully!");
379
-
}
380
-
});
381
331
382
332
//alias tasks
383
333
grunt.registerTask('test','Run unit, docs and e2e tests with Karma',['jshint','jscs','package','test:unit','test:promises-aplus','tests:docs','test:protractor']);
0 commit comments