mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
remove full suffix from dist files
This commit is contained in:
parent
b6e15322ca
commit
550541eb17
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "redoc",
|
||||
"description": "Swagger-generated API Reference Documentation",
|
||||
"main": "dist/redoc.full.min.js",
|
||||
"main": "dist/redoc.min.js",
|
||||
"authors": [
|
||||
"Roman Hotsiy"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ module.exports = {
|
|||
html: 'lib/**/*.html',
|
||||
scss: 'lib/**/*.scss',
|
||||
sourceEntryPoint: 'lib/index.js',
|
||||
outputName: 'redoc.full',
|
||||
outputName: 'redoc',
|
||||
output: 'dist/',
|
||||
tmp: '.tmp/',
|
||||
demo: 'demo/**/*',
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<redoc scroll-y-offset="body > nav" spec-url='swagger.json'></redoc>
|
||||
|
||||
<!-- ReDoc built file with all dependencies included -->
|
||||
<script src="dist/redoc.full.js"> </script>
|
||||
<script src="dist/redoc.js"> </script>
|
||||
<script src="main.js"> </script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
5916
demo/rebilly.json
Normal file
5916
demo/rebilly.json
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,7 +6,7 @@
|
|||
"type": "git",
|
||||
"url": "git://github.com/Rebilly/ReDoc"
|
||||
},
|
||||
"main": "dist/redoc.full.min.js",
|
||||
"main": "dist/redoc.min.js",
|
||||
"scripts": {
|
||||
"test": "gulp lint && ./build/run_tests.sh",
|
||||
"prepublish": "gulp build",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</redoc>
|
||||
|
||||
<!-- ReDoc built file with all dependencies included -->
|
||||
<script src="dist/redoc.full.min.js"> </script>
|
||||
<script src="dist/redoc.min.js"> </script>
|
||||
<script>
|
||||
window.redocError = null;
|
||||
/* init redoc */
|
||||
|
|
Loading…
Reference in New Issue
Block a user