Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 988 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 988 Bytes

Minifier provides the ability to save compressed JavaScript and CSS file. It uses the YUI Compressor for CSS and Google Closure for JavaScript.

This is a first attempt at a Nova extension and an attempt to migrate from Eclipse. This extension is based on Eclipse's Minifier plug-in, with the preferences I use for work projects for the Google Closure: --warning_level QUIET --compilation_level SIMPLE and to generate the source map

(Option to change settings may come in the future)

Requirements

Nothing. The extension is packed with YUICompressor (V2.4.8) and Google Closure Compiler (20180202).

Usage

Minifier runs when ever you save a JavaScript file (".js") that is in a "js/" folder or it's subfolder or a CSS file (".css") that is in a "css/" folder or it's subfolder.

Configuration

None yet.