* Remove components, core and modules LESS stylesheets * Remove variables LESS stylesheets * Remove app LESS stylesheets * Remove github-sync, onboarding LESS stylesheets * Remove main-light and IEEE LESS stylesheets * Remove Less loader configuration * Remove bootstrap-3 entrypoint * Rename bootstrap-5 entrypoint to bootstrap * Remove bootstrap-5 CSS folder and move stylesheets * Update CSS variables * Restore and update github-sync.scss path * Fix try-premium.scss path and fix undefined mixin error * Restore entrypoints * Simplify buildCssPath to always use main-style.css * Remove less from prettier formatting scripts * Remove less from addHook extension * Source format * Remove nvd3 file reference from prettierignore (equivalent of nvd3.scss) * Remove less and less-loader * Add SCSS files to pirates require hook GitOrigin-RevId: bd83c79f4d6ef7305d75993959a4dc5e7714ef9c
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# NOTE: changing paths may require updating them in the Makefile too.
|
|
data/
|
|
scripts/translations/.cache/
|
|
node_modules
|
|
frontend/js/vendor
|
|
modules/**/frontend/js/vendor
|
|
public/js
|
|
public/minjs
|
|
frontend/stylesheets/modules/metrics/nvd3.scss
|
|
frontend/js/features/source-editor/lezer-latex/latex.mjs
|
|
frontend/js/features/source-editor/lezer-latex/latex.terms.mjs
|
|
frontend/js/features/source-editor/lezer-bibtex/bibtex.mjs
|
|
frontend/js/features/source-editor/lezer-bibtex/bibtex.terms.mjs
|
|
frontend/js/features/source-editor/hunspell/wasm/hunspell.mjs
|
|
|
|
# complex pages
|
|
app/views/project/editor.pug
|
|
app/views/project/editor/**
|
|
modules/open-in-overleaf/app/views/documentation.pug
|
|
modules/references-search/app/views/project/editor/**
|
|
modules/rich-text/app/views/toolbar.pug
|
|
|
|
# loops
|
|
app/views/referal/bonus.pug
|
|
modules/templates/app/views/tag.pug
|
|
|
|
# expressions that could not be formatted correctly
|
|
app/views/_mixins/faq_search.pug
|
|
app/views/external/home/v2.pug
|
|
app/views/project/token/access.pug
|
|
app/views/user/primaryEmailCheck.pug
|
|
app/views/user/restricted.pug
|
|
modules/admin-panel/app/views/project/show.pug
|
|
modules/templates/app/views/project/editor/_left-menu.pug
|
|
modules/two-factor-authentication/app/views/_mixins.pug
|
|
|
|
# minified files
|
|
app/views/_google_analytics.pug
|
|
app/views/_customer_io.pug
|