enable simple build validation - more to come

This commit is contained in:
Cliff Meyers 2016-08-12 09:34:08 -04:00
parent a7c9d93f87
commit aa457e708a
1 changed files with 1 additions and 5 deletions

View File

@ -92,11 +92,8 @@ gulp.task("compile-react", () =>
// Validate contents
gulp.task("validate", () => {
/*
const paths = [
config.less.dest,
config.copy.fonts.dest,
config.copy.octicons.dest,
config.react.dest,
];
for (const path of paths) {
@ -107,5 +104,4 @@ gulp.task("validate", () => {
throw err;
}
}
*/
});