build
Here are 1,724 public repositories matching this topic...
I guess MicroBundle hasn't support TypeScript 4.x, because I got an error:
rpt2: config error TS5023: Unknown compiler option 'jsxFragmentFactory'.
Related: dotnet/msbuild#4682 and dotnet/msbuild#5871
In FileUtiliies.cs we have RemoveQuotes and TrimAndStripAnyQuotes. We should consider adding some sort of Ensure-This-Path-Is-Single-Quoted function.
Possible names:
- EnsurePathIsSingleQuoted
- That's all I got!
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
-
Updated
Jun 16, 2019 - CSS
Some of the repos that we import has ".go" in the file path. eg. https://github.com/nats-io/nats.go.
When using packr v2 to build packr parses the folder path as a file and reports error ".../nats.go" is a directory.
The issue is in findAllGoFiles in jam/parser/finder.go
I am happy to raise a PR if you like
Monorepo for tools developed by the Rush Stack community
-
Updated
Dec 1, 2020 - TypeScript
Currently our vscode syntax highlighting extension is essentially just a TextMate grammar.
VScode now supports LSP, which can be used to add functionality such as jump-to-defintion, which can add the ability for the user to track down the definition of Earthly targets and artifacts in different Earthfiles a
A build automation tool written in PowerShell
-
Updated
Sep 18, 2020 - PowerShell
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Nov 30, 2020 - Go
-
Updated
Oct 18, 2020 - Vim script
Software build automation tool for Python.
-
Updated
Oct 21, 2020 - Python
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Nov 30, 2020 - Erlang
-
Updated
Dec 1, 2020 - JavaScript
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.
Another ide
Builder images and examples commonly used for Google Cloud Build
-
Updated
Nov 6, 2020 - Go
Community-contributed images for Google Cloud Build
-
Updated
Dec 1, 2020 - Go
Angular build facade extensions (Jest and custom webpack configuration)
-
Updated
Nov 26, 2020 - TypeScript
Rust task runner and build tool.
-
Updated
Nov 30, 2020 - Rust
A Gradle Plugin Providing Full Support for Go
-
Updated
Nov 3, 2020 - Groovy
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
-
Updated
Jan 8, 2019 - Python
-
Updated
Nov 14, 2020 - Dockerfile
Kudu plugin
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."


Description of the problem / feature request:
The presence of a
.bazelversionfile that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, includingbazel version,help,info.However, these are the commands needed to debug why
.bazelversionis not satisfied, or to query non-build-related hel