Simplifying building firefox forks!
Find a file
2022-12-26 18:38:58 +11:00
.github 👷 Add linting to the CI 2022-05-08 13:43:22 +10:00
.vscode 🔄 Update changelog 2021-09-27 10:13:05 +10:00
docs 📝 Update MozillaBuild link 2022-11-15 12:12:29 +11:00
src 🐛 Fix a bug caught by ts 2022-12-26 18:36:37 +11:00
template 🔥 Remove update system patch 2022-12-26 18:24:41 +11:00
tests/assets Fix license test 2022-03-27 17:26:23 +11:00
.eslintignore 🚨 Add linter 2021-10-02 11:43:02 +10:00
.eslintrc.js 🎨 New, overkill linter 2022-10-20 22:08:27 +11:00
.gitignore Include internal debug logs 2022-06-23 16:27:46 +10:00
.npmignore 🙈 Don't publish tests to npm 2022-10-22 21:17:03 +11:00
.prettierrc.json 🎨 Run prettier 2021-09-20 11:10:52 +10:00
CHANGELOG.md 📝 Update changelog for 2022-12-26 18:35:23 +11:00
jest.config.js Add tests for config 2021-12-26 12:07:25 +11:00
LICENSE Initial commit 2021-09-20 10:53:27 +10:00
package.json v1.0.0-rc.5 2022-12-26 18:38:58 +11:00
patches.sh Include internal debug logs 2022-06-23 16:27:46 +10:00
README.md 🔀 Assorted docs improvements (#19) 2022-10-04 13:55:45 +11:00
tsconfig.json 🔧 Compile against es2020 for cleaner output 2022-07-14 13:27:33 +10:00
yarn.lock 🎨 New, overkill linter 2022-10-20 22:08:27 +11:00

Gluon

Build Firefox-based browsers with ease

This is still in a prerelease / prototype phase. Changes will be made, things will be broken

Installation

Per project (recommended):

npm install gluon-build
# or
yarn add gluon-build

Globally:

npm install -g gluon-build
# or
yarn global add gluon-build

# Note: Linux and mac users may have to run the above command with sudo

Documentation

Documentation is available on docs.gluon.dev or in the docs folder of this repository.

Licencing notes

The following is included in good faith. The writer is not a lawyer, and this is not legal advice.

Melon

Gluon has been extracted from melon, the build tool for the desktop version of Dot Browser under MPL v2.0.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Firefox

This program downloads and modifies Firefox. Follow their license when distributing your program.

The package icon is from Microsoft's Fluent Emoji. There is an ongoing conversation regarding the license.

MIT License

Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.