Skip to content

Commit 03add99

Browse files
author
Alexander Yukal
committed
update: README.md
1 parent b6021e9 commit 03add99

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,7 @@ const jsonLoaderSettings = {
8888
const gulp = require('gulp');
8989
const plugins = require('gulp-load-plugins')();
9090
const jsonLoaderFactory = require('./lib/gulp-json-loader');
91-
const jsonLoader = jsonLoaderFactory({
92-
// sourcePath: __dirname,
93-
pathHtml: 'src/html',
94-
pathData: 'src/data',
95-
report: true,
96-
});
91+
const jsonLoader = jsonLoaderFactory(jsonLoaderSettings);
9792

9893
function html() {
9994
return gulp.src('src/html/**/*.pug')

0 commit comments

Comments
 (0)