-
While testing a site with the @Gantry 5 template via @Google [PageSpeed Insights](https://pagespeed.web.dev/), I found the following errors related to the `js`/`css`:
1. Reduce JavaScript execution…
-
With the standard `php artisan basset:build application --production --force` the output isn't minified.
[code]'collections' => array(
```
'application' => function($collection)
{
/…
-
The current js scripts in our application can be minified to reduce package size and improve performance for fetching on the parent application where it is used.
- Cdn links can be replaced with m…
-
It would be nice to have a feature to minify multiple files in parallel. If I have 200 js files to minify in a build, it takes a good several minutes. It should be possible to fork X number of process…
-
- TypeScript objects not being typed to classes/interfaces defined in `typescript.d.ts` (in want of more generic/flexible types)
- ie: `n: ts.ModifiersArray` vs `n: {flags: number}` in `base.ts` lin…
-
This does not seem to minify build.require. Either this should be resolved or insight and warning regarding this issue should be documented in the Readme, including recommended minification workflow.
-
We need to discuss and plan how we want to structure all of our APIs and how we can improve them as the project grows. Minifying all of the technical debt.
-
Is this possible with stitch? If not, would it be possible to implement?
Hubro updated
11 years ago
-
# **🐞 Bug Report**
## **Describe the bug**
If the JSON text contains a property value containing a space followed by { e.g. ' {'
the minifying process removes this space
*
---
### **To R…
-
Hello,
Thank you for this awesome tool.
I am receiving the following error when minifying my project:
```bash
/home/mina/Documents/PMSoftware/Tender/Tender Attempt - 0003/codebase/globe/node…