We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6021e9 commit 03add99Copy full SHA for 03add99
README.md
@@ -88,12 +88,7 @@ const jsonLoaderSettings = {
88
const gulp = require('gulp');
89
const plugins = require('gulp-load-plugins')();
90
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
-});
+const jsonLoader = jsonLoaderFactory(jsonLoaderSettings);
97
98
function html() {
99
return gulp.src('src/html/**/*.pug')
0 commit comments