- CSS, and JavaScript/JSON uglify
uglify-js
installed by typing:npm -g install uglify-js
uglifycss
installed by typing:npm -g install uglifycss
Just drop emacs-uglify.el
. somewhere in your load-path
.
(add-to-list 'load-path "~/somewhere")
Add the following to your emacs init file.
(require 'emacs-uglify)
then you can M-x uglifycss
or uglifyjs