closure-util icon indicating copy to clipboard operation
closure-util copied to clipboard

Utilities for Closure Library based projects

Results 8 closure-util issues
Sort by recently updated
recently updated
newest added

Fix seems reasonably straight forward: https://nodesecurity.io/advisories/165

This reverts commit fb3f4b07b56231ea6ab1e3eb718fddcadb265fc4. That commit changed the download of the compiler and library to be done over plain, unencrypted HTTP. This caused a [Node Security Advisory](https://nodesecurity.io/advisories/165), which states: >...

Unable to install openlayers on windows due to error. Works fine with node 5 and npm 3.4 on OSX > [email protected] postinstall C:\Users\E027694\Projects\ARMadillo\ArcGISExample\ArcGISExample\node_modules\closure-util > node ./bin/closure-util.js update info install Downloading...

Hi, I tried to create a custom build, like it is described here: http://openlayers.org/en/latest/doc/tutorials/custom-builds.html $ mkdir openlayers $ npm install openlayers As result I get this message: Failed at the...

I am using the latest `closure-util` to build my application with ol ,however the following config works but does not export `ol.Map`. ``` { "lib": [ "node_modules/openlayers/src/**/*.js", "node_modules/openlayers/build/ol.ext/**/*.js", "src/**/*.js" ],...

Permission denied: ```docker-compose build app Building app Traceback (most recent call last): File "", line 3, in File "compose/cli/main.py", line 62, in main File "compose/cli/main.py", line 114, in perform_command File...

It's impossible right now to compile static libraries (e.g jquery, underscrore, etc) using closure-util, it just cuts them out and compiles only closure dependencies. This change allows to add all...

The host-examples make target of ol3 currently fails on windows under Cygwin. To fix this for windows, change https://github.com/openlayers/closure-util/blob/master/lib/util.js to always return POSIX style paths as below. ``` javascript /**...