Teacher/parent

This commit is contained in:
Joe Reeve
2015-11-07 15:11:48 +00:00
parent 78b893b5f7
commit d8ffe76357
12 changed files with 75 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ gulp.task('componentHTML', function(){
});
gulp.task('pageHTML', function(cb){
runSequence('componentHTML', 'index', cb);
runSequence('componentHTML', 'siteHTML', cb);
})
gulp.task('siteHTML', function(){