Skip to content

AmigaAbattoir/nova-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Minifies JS and CSS on save in Nova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published