node.js - Asset manager for NodeJs that reads supplied min files -
i'm checking lot of asset management packages nodejs. however, can't seem find manager, reads "min" version of file. example: if define, lets say, '/js/jquery.js' in config, in same folder "jquery.min.js" exists. should add that, instead of uglify/minify uncompressed one.
Comments
Post a Comment