UNPKG

gulp-lib-generator

Version:

A Gulp task that creates a mass exports file from directory that contain exported vars, functions, etc. Great for use with frameworks!

5 lines (4 loc) 134 B
module.exports.CUSTOM = 'CUSTOM'; module.exports.REQUIRE = 'REQUIRE'; module.exports.IMPORT = 'IMPORT'; module.exports.SASS = 'SASS';