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
+
342
394
//alias tasks
343
395
grunt.registerTask('test','Run unit, docs and e2e tests with Karma',['jshint','jscs','package','test:unit','test:promises-aplus','tests:docs','test:protractor']);
344
396
grunt.registerTask('test:jqlite','Run the unit tests with Karma',['tests:jqlite']);
0 commit comments