-
Updated
Oct 14, 2020 - JavaScript
build-tool
Here are 1,115 public repositories matching this topic...
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 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
Oct 15, 2020 - C
Or a new flag should be introduced (e.g. task --names) to just output the names of available tasks, with no descriptions.
Currently, a Taskfile with no descriptions returns:
$ task -l
task: No tasks with description available
While the solution is fairly intuitive (i.e. add a description to every task), the behaviour is surprising. Not to mention it would make the completions
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
Oct 14, 2020 - Java
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Sep 5, 2020 - Go
-
Updated
Oct 13, 2020 - C++
-
Updated
Mar 2, 2020 - Go
-
Updated
Oct 14, 2020 - Shell
-
Updated
Oct 13, 2020 - Scala
-
Updated
Feb 6, 2018 - Java
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
Nov 5, 2019 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 12, 2020 - Scala
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 11, 2020 - PHP
-
Updated
Sep 28, 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."
steps
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.