Gregory Bown

Results 6 issues of Gregory Bown

Seems fairly simple package.json add devDependencies with [closure compiler](https://github.com/google/closure-compiler) ``` "devDependencies": { "google-closure-compiler": "^20210601.0.0" }, ``` package.json add script to compile, use start since it's easy ``` "scripts": { "start":...

This is not a bug, just a slight oversight in the directions and perhaps some naivety on my part. The image merely implies posting the required parameters appearing to be...

Enabling mod_expires in Apache 2.4.27+ disables brotli_module or is not compatible with brotli_module. The order of enabling is not a factor. As soon as LoadModule mod_expires is uncommented the compression...

**Please provide some direction on use with closure-library** There are several pieces of closure library that I would like to use in Typescript, specifically in Angular. I was informed that...

I noticed that the editor complained about the type not being correct for passing an array of types. According to [documentation](https://github.com/jeffbski/redux-logic/blob/master/docs/api.md#createlogic) it is: required string, regex, Symbol, array of str/regex/Symbol,...

On windows, following directions in README results in no such package @io_bazel_rules_sass//sass Is there a step missing? Is there an updated tag? Does this assume the sass directory is also...