Git Product home page Git Product logo

bbreloader's People

Contributors

object88 avatar

Watchers

 avatar

bbreloader's Issues

Allow build steps to fail

Currently, if a pre or post build step fails, the entire build fails, and the process or test will not restart. A step may be written such that an error code is returned improperly (warnings returned as errors, for example). The user should be able to ignore build step errors and allow the build to continue unabated, on a step-by-step basis.

Property (ignore_failure?) could be expressed as a boolean, with a default of false:

"post-build-steps": [{
  "command": "./bin/flakey_script.sh",
  "ignore_failure": true
}]

Introduce custom debounce times for build configuration

Some users may want the debounce functionality more or less sensitive. Some IDEs may not auto-save every time that a file looses focus, making the user to save all files at once. This would imply a very low debounce time. Others may save every time that a file looses focus, causing file change chatter. A high debounce may reduce the build tool load.

Debounce could be expressed in milliseconds.

Possible configuration file format:

"build": {
  "debounce": 1500
}

Introduce direct build option

By default, the build operation will use a custom temporary directory to build into, then once the build is complete, copy the result to the target location. Some users may want to simply build in place (reducing file system chatter?).

Build in place would be expressed as a boolean, with a default false value.

"build": {
  "build-in-place": true
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.