Ewan Marshall
Ewan Marshall
I've written a script to add a little minigame, to calculate a win I'm just using `random.randint(1, 100)` I noticed I kept getting a lot of results below 50 so...
CreateDirectories does not evaluate against the files option so `files:{'./':['*', '**/*', '!node_modules', '!.git', '!.bowerrc','!.editorconfig', '!.jshintrc', '!Gruntfile.js', '!README.md', '!CHANGELOG.md', '!CONTRIBUTING.md', '!bower.json', '!package.json']}` ends up creating an empty `node_modules/` and .`.git` directory...
### Brief description of your issue When upgrading packages (probably installing too, but not tested), if you list them twice on the command line but so the package is matched...
Update for new alpm version, depends on [https://github.com/Morganamilo/aur-depends/pull/19](https://github.com/Morganamilo/aur-depends/pull/19) being in crates.io. Also deleted and added Cargo.lock to .gitignore as then it can resolve crates dependency tree on initial cargo build....