-
I'm working on a script with multiple components, residing in separate files for development.
I want to automatically create minified versions of each of these files. I also want to concatenate the u…
-
As we start to modularize the client (see https://github.com/IMA-WorldHealth/bhima-2.X/issues/494), we will need to refine our build process more. The current state is pretty messy - we have to impor…
-
### Environment
v1
### Steps to Reproduce
```yaml
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_ORG: redacted
with:
…
-
When processing JS files (not minifying, but just syntax checking) two new lines are added to the bottom of the JS file. This occurs when using ESLint, JSHint, and JSLint syntax checkers.
I'm aware…
-
I'd like to use this to start a discussion based upon a topic I talked about with @gkalpak at ng-conf 2018.
As mentioned in #21288, the service worker implementation checkes the hashes of the cache…
-
I have a small application where the intensive parts consist of:
- **express** (some basic routes that more or less just respond with static JSON)
- **uglify-js** (minifying quite a bit of client side…
mape updated
11 years ago
-
I just took a peek at how the language picker icon is implemented on this site and strangely found it amongst the HTML+Liquid in `_layouts/menu.html` while all the other SVG assets are located in the …
-
## Search Terms
removeComments documentation comments removed persistentDocumentation
## Suggestion
In the current version of TypeScript, when `removeComments` is set to `true`, it remo…
-
Eventually, everything should be turned into a single include file with simple usage.
Also see #27 .
-
It'd be nice to minify inline JavaScript.
The `minify` function could receive a boolean parameter (just like `ignore_comments`):
``` python
minify(html_code, compress_js =True)
minify(html_code, com…