redoc/build/paths.js
2015-11-22 14:08:28 +02:00

11 lines
219 B
JavaScript

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