uglify-js-minify-css-allfiles 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
[donate-url]: https://github.com/sponsors/oinochoe
|
|
12
12
|
[create-pr]: https://github.com/oinochoe/ugly-code/pulls
|
|
13
13
|
|
|
14
|
-
#
|
|
14
|
+
# uglify-js-minify-css-allfiles
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
uglify-js-minify-css-allfiles helps hide the code you don't want to see, obfuscate the code in the deployment environment through a simple CLI in the build environment, and make it less recognizable to others. you can do this easily via `demo.js` file in `node_modules/uglify-js-minify-css-allfiles`. you are able to minify all files in a specific folder.
|
|
17
17
|
|
|
18
18
|
[](https://www.npmjs.com/package/uglify-js-minify-css-allfiles)
|
|
19
19
|
|
|
@@ -33,14 +33,14 @@ Ugly-Code helps hide the code you don't want to see, obfuscate the code in the d
|
|
|
33
33
|
Install with `npm`:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
$ npm i
|
|
36
|
+
$ npm i uglify-js-minify-css-allfiles
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Examples
|
|
40
40
|
|
|
41
41
|
```js
|
|
42
42
|
// index.js
|
|
43
|
-
const minifyAll = require('
|
|
43
|
+
const minifyAll = require('uglify-js-minify-css-allfiles');
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
46
|
* @param1 - Type the folder name you want to change all files inside.
|