-
https://google.github.io/magika/model/model.json and https://google.github.io/magika/model/config.json are dynamically loaded by the library, but aren’t minified.
| File | `.json` size | `.min.…
-
I've been doing a lot of linting, minifying, etc in my recent PRs. I think we should add CI build so that when a PR is made things like HTML validation, LESS & SASS compilation, JS linting, etc. are a…
-
I made sure to grab the latest minified version of LazyLoad and test again before filing this issue.
I'm writing an application that does nested loading of JS files for development. I'm concatenatin…
-
1. `meteor create --vue nfc-vue3`
2. `meteor --production`
3. First error:
```
Warning: The --production flag should only be used to simulate production bundling for testing purposes. Use meteor b…
-
Some scripts loaded for the dashboard and the client page are not minified nor concatenated. We can:
1. Do this on-the-fly when the server starts, or
2. Introduce a builder to do this once before ever…
-
Hi.
You have a very useful and cool project.
Thank you.
But... You have an extremely uncomfortable and strange distribution system.
Your tool needs 1(!) file to work.
Which simply connects …
-
Currently, the [SW script][1] generated by `@angular/service-worker` is unminified. This was intentional so that it was easier to debug and the stack traces (that people having issues might provide) w…
-
I am unable to build the library using the makefile. I get the following error on my computer.
```
mkdir -p build
cd src; cat Database.js Component.js Glyph.js ImageSpread.js Pcoord.js PcoordCanv…
-
Hello,
I'm having a issue images that resent in the css plugin folder.
In my opinion a base path should be appended to the images urls.
Or i'm doing something wrong ?
Check this:
![images_i…
-
Minify all the things!
When I pulled in `moment.js` #48 it added a bit of bloat, I'm only using one small part of the library, I may be able to pare it down to the bare minimum.
Same goes for `timel…