mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-21 15:59:42 +00:00
Clean up whitespace and formatting in various files; update CODEOWNERS and .gitignore
This commit is contained in:
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
Submodule l10n updated: 8ef008fb65...d444262fdb
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user