-
When I want to setup development environment with vagrant, I have following error messages. Thanks.
==> default: ++ set -e
==> default: ++ set -o pipefail
==> default: ++ '[' -d /sys/fs/selinux '…
-
Hi,
I got this error when running `php bin/magento setup:static-content:deploy` from the CLI. I have to run with `-d max_executin_time=0` to avoid the error. This should not happen since PHP CLI has …
-
Hello,
in `exports.getAttrs` you have a variable called char.
I didn't dig to understand why but the fact is that when you use YUI compressor on your file, this make him stop with error.
Renaming you…
-
To improve the performance of modern browser we are looking at creating a separate pe-ap-ie.js which will allow to remove the ie specific code from the pe.
This will be done at build time so the impa…
-
Hi!
I'm currently setting up a new customer project and collect all the necessary dependencies and modules.
As bower and the "node ecosystem" is not always used in companies (and some developers come…
-
I have this exception because of using mongo 2.2.3 or this is another problem? (ruby 2.2.0)
Stacktrace:
> mongo (2.2.3) lib/mongo/operation/result.rb:256:in `validate!'
> mongo (2.2.3) lib/mongo/ope…
-
I use uncompressed hls.js in my project. To compress code I use Yahoo compressor (https://github.com/yui/yuicompressor).
The source code of this hls.js module is using JS reserved words **catch** and …
-
sourceMap feature not working. I am using following configuration.
```
$ grunt -version
grunt-cli v1.2.0
grunt v1.0.1
```
"grunt-contrib-cssmin": "^1.0.2",
Code Snippet -
```
cssmin: {
…
-
Wagon uses yui compressor to minify css, but the compressor removes whitespaces from calc function. More info [here](https://github.com/sstephenson/ruby-yui-compressor/issues/42) and possible fix [her…
-
Hi
Since version 1.26, Cesium modifies the requirejs version from 2.2.0 to 2.3.2
Unfortuanately, it seems there is a bug in this new version when optimizes code, for example:
The code in the CzmlD…