-
Updated
Oct 30, 2021 - JavaScript
build-tool
Here are 1,352 public repositories matching this topic...
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Oct 30, 2021 - TypeScript
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
-
Updated
Oct 18, 2021 - Go
steps
Using Scala 2.12.14 + SBT 1.5.x
Just include this import in your source
import java.time.temporal.ChronoUnit.MILLIS.{between => millisBetween}
problem
java.lang.NullPointerException
at xsbt.Dependency$DependencyTraverser.lookupImported$1(Dependency.scala:394)
at xsbt.Dependency$DependencyTraverser.$anonfun$traverse$1(Dependency.scala:396)
at xsbt.Dependency$De
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
Sep 4, 2020 - JavaScript
-
Updated
May 14, 2021 - Go
For the sake of completeness, the Task runner in verbose with (i.e. task -vvvvv
) should report when a task is complete and starts.
-
Updated
Oct 29, 2021 - C
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
-
Updated
Oct 28, 2021 - Java
Currently when calling the MSBuild
alias with an MSBuildSettings
, we need to set the target using the WithTarget
extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 19, 2021 - C++
hello, i just found a text mentioning a basePxFontSize
configuration which is not documented anywhere inside the doc. This is really useful to use inside custom transforms and it should be documented.
-
Updated
Oct 29, 2021 - Go
-
Updated
Oct 22, 2021 - Python
Running e.g. ./pants help tailor
shows:
help tailor
`tailor` goal options
---------------------
Auto-generate BUILD file targets for new source files.
Config section: [tailor]
None available.
... which doesn't indicate that there are any advanced options. There are, in this case.
If a goal
/subsystem
has advanced options, the output of help
should tell users th
-
Updated
Oct 28, 2021 - Scala
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
-
Updated
Mar 2, 2020 - Go
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."
We don't yet have good examples on how to use build args and the different things the user might be able to do with them. This is the only page that goes into a bit more detail https://docs.earthly.dev/docs/guides/build-args.
Ideally: