Skip to content
Snippets Groups Projects
Unverified Commit d5d248fb authored by Balasankar C's avatar Balasankar C
Browse files

Rename folder to a simpler name

parent 1af95206
Branches
No related merge requests found
version: "1.0"
events: !!inc/dir [ 'TheRealEvents' , { ignoreTopLevelDir: true, ignoreIndicator: '-', excludeTopLevelDirSeparator: true } ]
events: !!inc/dir [ 'details' , { ignoreTopLevelDir: true, ignoreIndicator: '-', excludeTopLevelDirSeparator: true } ]
......@@ -78,7 +78,7 @@ gulp.task('GenerateEventsPage', function(){
.pipe(concat('index' + '.html'))
.pipe(gulp.dest('public/events'));
});
glob("events/TheRealEvents/*.yaml", {}, function (er, files) {
glob("events/details/*.yaml", {}, function (er, files) {
var nooffiles = files.length;
for(var i = 0; i < nooffiles; i++){
readYaml(files[i], function(err, ydata) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment