regolith icon indicating copy to clipboard operation
regolith copied to clipboard

Bedrock Addons compiler pipeline.

Results 27 regolith issues
Sort by recently updated
recently updated
newest added

Add config that let user specify where to look for the executable for a filter type. - `python.command` - Python (default `python`) - `python.install_command` - Python (default `pip`) - `deno.command`...

feature
needs discussion

New property was added to the project-config-standard recently. Maybe we should pass that information to the filters somehow: https://github.com/Bedrock-OSS/project-config-standard/issues/2

needs discussion

Both of the variables are the same. `FILTER_DIR` should be an absolute path to the cache directory, where currently ran filter is. Try: ```js process.env["ROOT_DIR"] == process.env["FILTER_DIR"] //true ```

I've been thinking about performance, since Nusiq started asking about caching runs and partial-compilation. I think a nice feature to have is a `--analyze` flag, which saves up all the...

feature
hacktoberfest

This is so that newcomers can more easily get started with Regolith, since the dev profile will already be setup for them, as they install.

feature

This issue tracks two main things: 1) Can regolith support top-level filters, without a subfolder 2) Can regolith support nested folders, for organizational purpose.

feature
hacktoberfest

The idea is to allow the 'export' field to be a list, instead of a single object. Note: When doing this, it would be required to COPY the files, not...

feature
hacktoberfest

This would circumvent the caching system, and just overwrite the export location (clear + place).

feature
hacktoberfest

Currently you need to either run terminal as admin or run it somewhere, where it can create files. Otherwise it will fail. Solution would be to save to a temporary...