-
Updated
Nov 25, 2020 - JavaScript
build-tool
Here are 1,196 public repositories matching this topic...
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
steps
Global / onChangedBuildSource := ReloadOnSourceChanges
problem
It's developer specific preference, and we can't put it in global either because of datatype.
expectation
If there's a system property for this, we can use that as a default.
$ sbt -Dsbt.build.onchange=reload
$ sbt -Dsbt.build.onchange=warn
$ sbt -Dsbt.build.onchange=ignore
-
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
-
Updated
Nov 25, 2020 - C
Hello, first let me say I really like Task and hope to contribute to it and get more adoption of it in my OSS projects (and in my work @sourcegraph where possible.)
One aspect that confuses me a bit is that the installation docs explicitly mention it cannot be installed via go get
:
Task requires Go Modules and doesn’t officially support installing via go get anymore.
From what I can t
In the same way that we can do:
DotNetCoreBuild
DotNetCorePublish
etc
Would be good to be able to run DotNetCoreWatch
as a top level task in my Cake Build script.
-
Updated
Nov 24, 2020 - Java
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 21, 2020 - Go
-
Updated
Nov 25, 2020 - C++
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
-
Updated
Nov 25, 2020 - Shell
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 25, 2020 - Scala
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like
deploy_jar_rules=jar_rules(rules=[
Duplicate('^BUILD', Duplicate.SKIP),
Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
-
Updated
Feb 6, 2018 - Java
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
Nov 5, 2019 - JavaScript
-
Updated
Nov 22, 2020 - JavaScript
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)