Zach Olivare

Results 12 issues of Zach Olivare

Since adopting the new SASS module system, I have quite often seen an error similar to: ``` Error: This module was already loaded, so it can't be configured using "with"....

enhancement

It would be cool if somehow you could run one script when a file with one extension changes, and run another script when a file with a different extension changes.

enhancement

We try to run a lerna command but lerna errors out (gracefully) because lerna.json does not exist. We then throw a super confusing error message out about the specific lerna...

enhancement

When watching, we no longer build the dependencies of packages that change. However, if multiple packages change at the same time, the packages should be built in dependency order.

bug

The auto building of dependencies was removed from `uno watch` because if you had changed the dependency while it was watching it would have already build the dependency, and doing...

enhancement

When supplying a filter list to the run command, the command is not executed in the packages in the same order that was supplied ```bash uno run build one,two,three ```

bug

There could be an `uno version` command that has the ability to get the version for a set of packages or alternatively set the version for a set of packages.

enhancement

This would only output the packages which have `mismatchedWorkspaceDependencies`, to make them easier to spot. Filtering capability would also be nice on this command.

enhancement

Sometimes you don't want to watch every package, but just a subset of them. The `watch` command should have a mechanism for specifying which packages should be watched, similar to...

enhancement

Add a flag to the watch command that will cause the script or command to be run one for each package that is being tracked, without waiting for a change....

enhancement