Buddhike de Silva
Buddhike de Silva
In my root directory I have ``` scripts/this.js scripts/that.js foo/index.html ``` My config is: ``` json 'useminPrepare': { 'html': 'foo/index.html'} ``` index.html has this block ``` html ``` Path generated...
## Scenario User has a git repository with multiple .NET core applications. Same repository also contains shared libraries used by those applications. ``` - lib/foo - lib/bar - web-app -...
When used with `--name` and `--graph` options in `describe` command, this feature will emit a dot graph containing the dependents and dependencies of the filtered modules. They should be colour...
- Remove unwanted links from "see also" section. - Review documentation
Current commands only accept the full SHA. It would be nice to be able to use the shortened version just like git.
Currently build agents run `mbt version` command at the end of the build. We should add a smoke test for each command (`mbt describe | build | apply`) to this...