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");
335
+
errorsDetected=true;
336
+
}
337
+
}
338
+
});
339
+
});
340
+
341
+
if(errorsDetected){
342
+
thrownewError("Not all files were properly detected the local file structure");
343
+
}else{
344
+
console.log("All files were detected successfully!");
345
+
}
346
+
});
347
+
296
348
//alias tasks
297
349
grunt.registerTask('test','Run unit, docs and e2e tests with Karma',['jshint','jscs','package','test:unit','test:promises-aplus','tests:docs','test:protractor']);
298
350
grunt.registerTask('test:jqlite','Run the unit tests with Karma',['tests:jqlite']);
0 commit comments