UNPKG

fis-spriter-csssprites-dj

Version:

基于fis的csssprite,支持分组合并图片,@media处理,合并路径指定

12 lines (11 loc) 327 B
module.exports.getUrl = function (file, from, opt) { if (fis.emit) { var msg = { target: file, file: from }; fis.emit('plugin:relative:fetch', msg); return msg.ret || file.getUrl(opt.hash, opt.domain); } return file.getUrl(opt.hash, opt.domain); }