mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 14:55:30 +02:00
Clean up whitespace and formatting in various files; update CODEOWNERS and .gitignore
This commit is contained in:
parent
729f61b84c
commit
5de241c2c6
10 changed files with 12 additions and 13 deletions
1
.github/workflows/code-linter.yml
vendored
1
.github/workflows/code-linter.yml
vendored
|
@ -31,4 +31,3 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
|
|
2
.github/workflows/src/release-build.sh
vendored
2
.github/workflows/src/release-build.sh
vendored
|
@ -20,7 +20,7 @@ if ! command -v Xvfb &> /dev/null; then
|
|||
else
|
||||
echo "Xvfb could not be found, running without it"
|
||||
echo "ASSUMING YOU ARE RUNNING THIS ON MACOS"
|
||||
|
||||
|
||||
set -v
|
||||
export ZEN_RELEASE=1
|
||||
pnpm build
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
|
||||
.dotbuild/
|
||||
engine/
|
||||
firefox-*/
|
||||
|
|
|
@ -14,7 +14,10 @@ pnpm-lock.yaml
|
|||
|
||||
docs/issue-metrics/*.md
|
||||
|
||||
.husky/
|
||||
|
||||
# Some CSS files are preprocessed and prettier doesn't handle them well
|
||||
# We also dont want to format the CSS files that are generated by the build
|
||||
src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css
|
||||
src/browser/base/zen-components/ZenEmojies.mjs
|
||||
build/codesign/codesign.bash
|
||||
|
|
|
@ -1 +1 @@
|
|||
* @mr-cheff
|
||||
* @mr-cheff
|
||||
|
|
2
l10n
2
l10n
|
@ -1 +1 @@
|
|||
Subproject commit 8ef008fb65093e7f5b604725bd6960e1a07b17eb
|
||||
Subproject commit d444262fdb32071eb995c5266ad4fe8846f650f1
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
set -ex
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
|
||||
sh ./scripts/copy-language-pack.sh en-US
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# TODO: should they be included in the repo?
|
||||
# *.svg
|
||||
# *.svg
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# note: you need to be in the same directory as the script to run it
|
||||
|
||||
if [ $(basename $PWD) != "zen-icons" ]; then
|
||||
echo "You need to be in the zen-icons directory to run this script"
|
||||
exit 1
|
||||
echo "You need to be in the zen-icons directory to run this script"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "" > jar.inc.mn
|
||||
|
||||
for filename in *; do
|
||||
echo "Working on $filename"
|
||||
echo " skin/classic/browser/zen-icons/$filename (../shared/zen-icons/$filename) " >> jar.inc.mn
|
||||
echo "Working on $filename"
|
||||
echo " skin/classic/browser/zen-icons/$filename (../shared/zen-icons/$filename) " >> jar.inc.mn
|
||||
done
|
||||
|
||||
echo "Done!"
|
||||
echo "Done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue