Automatically minify js files on save. Menu options to Compress, Mangle or Beautify current script.
Before using this extension, you must ensure that uglifyjs
is installed on your system.
- Install Node.
- Via Terminal run
npm install uglify-es -g
- Open Nova.
- Choose menu Extensions > Extension Library...
- Search extension
NovaJsMin
- Click Install.
Minify on Save
Yes, No
Automatically minify .js files on save
Mangle
Yes, No
Mangle names
Generate Source Map
Yes, No
Enable source map file generation
Executable Path
/path/to/uglifyjs
Manually enter or select the uglifyjs binary location.