mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
12 lines
248 B
JavaScript
12 lines
248 B
JavaScript
module.exports = {
|
|
source: 'lib/**/*.js',
|
|
html: 'lib/**/*.html',
|
|
scss: 'lib/**/*.scss',
|
|
sourceEntryPoint: 'lib/index.js',
|
|
outputName: 'redoc',
|
|
output: 'dist/',
|
|
tmp: '.tmp/',
|
|
demo: 'demo/**/*',
|
|
tests: '{lib,tests}/**/*.spec.js'
|
|
};
|