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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
grunt.log.error(filePath+" exists in the local file structure but isn't used by any module");
381
-
errorsDetected=true;
382
-
}
383
-
}
384
-
});
385
-
});
386
-
387
-
if(errorsDetected){
388
-
thrownewError("Not all files were properly detected the local file structure");
389
-
}else{
390
-
console.log("All files were detected successfully!");
391
-
}
392
-
});
393
343
394
344
//alias tasks
395
345
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