Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: minify extensions framework #2055

Merged
merged 1 commit into from
Jan 15, 2025
Merged

build: minify extensions framework #2055

merged 1 commit into from
Jan 15, 2025

Conversation

abose
Copy link
Member

@abose abose commented Jan 14, 2025

Minifying these extensions

["CloseOthers", "CodeFolding", "DebugCommands", "Git",
    "HealthData", "JavaScriptCodeHints", "JavaScriptRefactoring", "QuickView"]

extensions that nned not be minified either coz they are single file extensions or some other reason.

["CSSAtRuleCodeHints", "CSSCodeHints",
    "CSSPseudoSelectorHints", "DarkTheme", "HandlebarsSupport", "HTMLCodeHints", "HtmlEntityCodeHints",
    "InlineColorEditor", "InlineTimingFunctionEditor", "JavaScriptQuickEdit", "JSLint",
    "LightTheme", "MDNDocs", "Phoenix-prettier", "PrefsCodeHints", "SVGCodeHints", "UrlCodeHints"
]

also added code to break build if any new extension is added in defaultExtensions.json list. they should be part of one of these list to pass build.

@abose abose merged commit 2876834 into main Jan 15, 2025
18 checks passed
@abose abose deleted the g branch January 15, 2025 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant