just icon indicating copy to clipboard operation
just copied to clipboard

The task library that just works

Results 82 just issues
Sort by recently updated
recently updated
newest added

**version:** [email protected] **error:** ![image](https://user-images.githubusercontent.com/1223799/104614716-cb394080-5688-11eb-850d-84c9d16215f8.png)

Currently `option()` works on global level (one singleton via an object). While this behaviour might be ok for task or two, one will start having issue in bigger project. To...

If you bump a just task repo to the latest webpack-dev-server and webpack-cli, you'll get this error: Error: Cannot find module 'webpack-cli/bin/config-yargs' It seems like the guidance for starting a...

## Description Clicking the "Guide" button in the navigation menu of the [documentation page (GitHub Pages)](https://microsoft.github.io/just/) leads to 404 ### Step 1: Click the "Guide" button ### Result: It navigates...

`nodeExecTask` didn't assume `__dirname` when invoking a relative script, which forced me to do: ``` task('wacbuild', nodeExecTask({ enableTypeScript: true, args: [path.join(__dirname, './wacBuildRun.ts')] })); ``` I'm not exactly sure if this...

I was trying nodeExecTask in a situation where it shouldn't have worked and discovered it doesn't error when the module it tries to run doesn't exist: ``` $ just-scripts wacbuild...

## Overview Use Yarn 2 (in node-modules, nohoisted mode), fix a couple of phantom dependency issues ## Test Notes

We will apply the workaround presented here for the sassTask: https://github.com/sass/node-sass/issues/1048 It basically attaches an "uncaughtException" handler for `process` during the run of the sassTask. It cleans up this kind...

My question centers around what the state of this project is going forward considering Heft is now live and is very similar. As both are Microsoft projects I’d be curious...