-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This also make previous changes more compatible with existing codebase as it keeps the current public path where Twill assets are being served (assets/admin) Also make everything configurable: - manifest_file, which defaults to twill-manifest.json - public_directory, which defaults to assets/admin and can be controlled through the TWILL_ASSETS_DIR environment variable - dev_mode, which defaults to false - dev_mode_url, which defaults to http://localhost:8080 and can be controlled through TWILL_DEV_MODE_URL environment variable One more thing... this introduce a way to override Vue components from the host app, in a path controlled by twill.custom_components_resource_path.
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"Inter-Italic.woff": "/assets/admin/fonts/Inter-Italic.35cf8109.woff", | ||
"Inter-Italic.woff2": "/assets/admin/fonts/Inter-Italic.381444ec.woff2", | ||
"Inter-Medium.woff": "/assets/admin/fonts/Inter-Medium.c09fb389.woff", | ||
"Inter-Medium.woff2": "/assets/admin/fonts/Inter-Medium.2e5e0884.woff2", | ||
"Inter-MediumItalic.woff": "/assets/admin/fonts/Inter-MediumItalic.ad6e093c.woff", | ||
"Inter-MediumItalic.woff2": "/assets/admin/fonts/Inter-MediumItalic.7a7fd735.woff2", | ||
"Inter-Regular.woff": "/assets/admin/fonts/Inter-Regular.aebfbb3c.woff", | ||
"Inter-Regular.woff2": "/assets/admin/fonts/Inter-Regular.bffaed79.woff2", | ||
"chunk-common.css": "/assets/admin/css/chunk-common.84bcfc65.css", | ||
"chunk-common.js": "/assets/admin/js/chunk-common.71abfb91.js", | ||
"chunk-vendors.css": "/assets/admin/css/chunk-vendors.e0f3ef32.css", | ||
"chunk-vendors.js": "/assets/admin/js/chunk-vendors.3690f3f7.js", | ||
"icons-files.svg": "/assets/admin/icons/icons-files.3cdbddfb2725088d.svg", | ||
"icons.svg": "/assets/admin/icons/icons.8af916e594785b3d.svg", | ||
"main-buckets.css": "/assets/admin/css/main-buckets.93bda572.css", | ||
"main-buckets.js": "/assets/admin/js/main-buckets.93fafbc0.js", | ||
"main-dashboard.css": "/assets/admin/css/main-dashboard.9bb3550f.css", | ||
"main-dashboard.js": "/assets/admin/js/main-dashboard.1f491007.js", | ||
"main-form.css": "/assets/admin/css/main-form.995b18db.css", | ||
"main-form.js": "/assets/admin/js/main-form.5d557b15.js", | ||
"main-free.js": "/assets/admin/js/main-free.fb8a4944.js", | ||
"main-listing.css": "/assets/admin/css/main-listing.58bc70c8.css", | ||
"main-listing.js": "/assets/admin/js/main-listing.298e332d.js" | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.