redoc/build/paths.js
2015-10-14 23:59:39 +03:00

11 lines
217 B
JavaScript

module.exports = {
source: 'lib/**/*.js',
html: 'lib/**/*.html',
css: 'lib/**/*.css',
sourceEntryPoint: 'lib/index.js',
outputName: 'redoc.full.js',
output: 'dist/',
tmp: '.tmp/',
demo: 'demo/**/*'
};