EmulatorJS/data/minify/README.md

36 lines
526 B
Markdown
Raw Normal View History

2023-07-18 16:10:21 +00:00
# Minifying
Before pushing the script files onto your production <br>
server it is recommended to minify them to save on <br>
load times as well as bandwidth.
<br>
## Requirements
- **[NodeJS]**
<br>
## Steps
1. Open a terminal in`/data/minify`.
2. Install the dependencies with:
```sh
npm install
```
3. Start the minification with:
```sh
node index.js
```
<!----------------------------------------------------------------------------->
2024-07-27 20:00:29 +00:00
[NodeJS]: https://nodejs.org/en/download/