UNPKG

gulp-chef

Version:

Cascading configurable recipes for gulp 4.0. An elegant, intuitive way to reuse gulp tasks.

14 lines (8 loc) 244 B
'use strict'; var normalize = require('json-normalizer').sync; var SCHEMA_PATH = require('../schema/path.json'); function path(values) { return normalize(SCHEMA_PATH, values); } module.exports = path; module.exports.SCHEMA = SCHEMA_PATH;