redoc/build/paths.js

10 lines
186 B
JavaScript
Raw Normal View History

2015-10-03 11:54:09 +03:00
module.exports = {
source: 'lib/**/*.js',
html: 'lib/**/*.html',
css: 'lib/**/*.css',
2015-10-03 11:54:09 +03:00
sourceEntryPoint: 'lib/index.js',
output: 'dist/',
tmp: '.tmp/',
2015-10-03 11:54:09 +03:00
demo: 'demo/**/*'
};