-
```
The files would be named in the CLI, minified, compressed, and included as
*inline* CSS/JS.
```
Original issue reported on code.google.com by `abom...@gmail.com` on 10 Jul 2011 at 11:56
-
**Is your feature request related to a problem? Please describe:**
My problem is that my bundled files are deployed in different paths depending on a specific logic. Because of --minified-path-prefix…
-
I've made a custom build with the following code:
```javascript
require ( 'core-js-builder' )({
modules: ['es6.array.fill']
})
```
And the resulting build is 5.5kb, that seems **excessivel…
-
I'm wondering if there can be some kind of "share" action for the JS output, e.g. something that brings up a dialog with a bunch of options including
* copy and paste JS (minified?) for an embedd…
dsyme updated
5 years ago
-
As a user and developer, I find that hand-written CSS and JS, both from files and filters, have a relatively heavy load compared to the already condensed HTML that diet produces. I would like to be a…
-
I've got a large JS program which `qjs` takes ~1.5 seconds just to parse/load. If I profile the evaluation using `gprof`, then it shows that over a third of the time is spent in [`find_var`](https://g…
-
I would really love it if the download page looked like this:
bidderx (13k)
biddery (2k)
bidderz (37k)
rtdmodulei (15k+)
where the + indicates they load external script according to https:/…
-
The minified plugins have a different version date from the source versions:
E.g. the carousel plugin:
v20141007 http://malsup.github.io/min/jquery.cycle2.carousel.min.js
vs.
v20130528 http://malsup.g…
-
Just trying the getting started example in my Meteor project. I add the JS file to min /public/aloha directory.
I have in my header.
I get the following error in the browser (chrome) console:
![im…
-
```
And addon to make minified JS more readable would be really useful.
Could be based on http://jsbeautifier.org/
This is in no way inspired by https://github.com/irsdl/BurpSuiteJSBeautifier/ of cou…