Vladislav Bauer

Results 90 issues of Vladislav Bauer

Could you please add Gradle wrapper to simplify project build?

Example: To make it works on Windows, I need to use the following pattern: `resources\\*.ts` To make it works on nix systems, it's necessary to use the following pattern: `resources/*.ts`

Glob patterns should allow to go in parent directory: http://teaching.idallen.com/dat2330/06w/notes/glob_patterns.txt Example: ``` # echo ../* # match names in parent directory ``` I've tried to investigated source code & tests,...

Could you please add attribute/function to exclude files from result using glob patterns?

I've got the following error during `gradlew build`: ``` Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain ``` It looks like a gradle wrapper directory is missed in git...

It would be great to have ability to install gb-studio via [scoop](https://scoop.sh)

enhancement