-
There should be an option to turn off CSS minification separately from JS minification. CSS files should still be concatenated into a package, just unminified.
The reason is that the YUI CSS minifier…
-
### What happened?
I'm in the process of migrating a Vue 2 / Vuetify / VeeValidate project to Vue 3 and switching to a new version of VeeValidate is quite a challenge.
I thought I'd reached the …
-
The instructions for the web app appear not to work for me.
What I have done:
1. Fresh Ubuntu 14.04 install in a VM
2. Install nodejs 0.12 and build-essential
3. Install docker
4. As root user, follow…
-
Is it possible to combine all widgets and templates to a single js file with r.js? Now widgets directory is just copying to dist, but how to do correct concatenation and compression with all widgets?
-
The `+` is sometimes used as a hack to concatenate strings in ThingML. This is not the intended usage of `+`, see #51. However, string concatenation is severely lacking in ThingML, though `+` is a use…
-
I was wondering how do you plan to port term.js.
At first I thought we should have started by splitting the term.js file into several js files, then adding the concatenation process and then progres…
abe33 updated
10 years ago
-
Hello,
GH dependabot has made a PR in my repo to update `dd-trace` from `v5.21.0` to `v5.22.0`. Checking out the feature branch locally, I'm met with these errors on app startup stating that `dd-tr…
-
In order to run the single threaded worker, we need to either serve the built worker.js file and its dependencies on the domain where the worker will be instantiated OR blobify (via `toBlobURL()`) a c…
-
This will make it easier for folks that want to create js bundles with ES6 modules or goog.modules which require special wrapping logic rather than simple concatenation.
-
This plugin currently does not support dynamic import statements comprised of string concatenation instead of template strings.
As an example for this requirement, I currently need to bundle Elasti…