2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-03 08:04:29 -06:00
Jon Moss 613cdcaf0b Update Readme docs
Adding element rendered the editor; otherwise editor wouldn't render for me.
2015-08-11 16:19:25 +01:00

8 lines
158 B
JavaScript

'use strict';
var uglfiy = require('uglify-js');
var minifier = require('./minifier');
module.exports = function(opts) {
return minifier(opts, uglfiy);
};