-
Updated
Mar 16, 2021 - JavaScript
build-tool
Here are 1,259 public repositories matching this topic...
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
Remove all additional resolvers from build.sbt, at least for releases, because artifacts published to Maven central repository should not contain additional repositories, and in fact don't need them because all dependencies are already in Maven central repo.
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Go
right now the image-loader middleware only supports the formats ICO, JPEG, PNG, GIF, SVG and WEBP.
It would be very useful to also add the new AVIF format, that is already being used on the web and that is quickly gaining popularity and browser supports
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like --registry https://my-registry.com we could support that use case.
I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the --registry flag in
-
Updated
Mar 17, 2021 - C
I have a build task that takes in variables to decide which platform to build for.
I'm trying to find some way to tell Task that the job is up-to-date using the standard sources checksum plus also checking whether the platform variables have changed.
I can get one to work at a time, but not both as the status commands seem to take precedence over the sources meaning if you specify comman
-
Updated
Mar 7, 2021 - Go
The example in the documentation ( https://cakebuild.net/api/Cake.Common.Tools.GitVersion/GitVersionAliases/ ) uses GitVersion.CommandLine which is a Windows-only tool.
GitVersion.Tool is a cross-platform .NET tool that can be consumed via the dotnet scheme in Cake >= 1.1
#tool "dotnet:?package=GitVersion.Tool&version=5.6.6"
-
Updated
Mar 16, 2021 - Java
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Mar 14, 2021 - C++
When root filesystem fails and drops to initramfs, it is impossible to mount fat32 boot partition to correct and error
the error message is "IO charset ascii not found".
I believe nls_ascii should be built-in to solve this problem
This issue is tracking the documentation that has to be updated.
- Document new platform commands
- Update the section dedicated to page
<title>and tell about [Browser.documen
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
Mar 2, 2020 - Go
-
Updated
Mar 9, 2021 - Python
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 16, 2021 - Scala
We're moving in the direction of Pants no longer registering all of its plugins by default and instead requiring users to opt-in. For example, you must explicitly opt in to pants.backend.python.lint.isort in V2, whereas V1 has pants.backend.python activated by default.
However, there is no good way to discover the possible backends outside of looking at the source code for this project.
Improve this page
Add a description, image, and links to the build-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-tool topic, visit your repo's landing page and select "manage topics."
Expected Behavior
The diagrams should be color-blind safe.
For instance, the diagrams should use shapes hashed fill styles or diagram layers to distinguish "declaring dependencies", "internal configurations", "external configurations".
For instance, what do you think if the diagram is represented as follows? (plus the arrows between items)