redoc/build/paths.js
2015-10-03 12:50:35 +03:00

10 lines
186 B
JavaScript

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