UNPKG

fis-spriter-csssprites

Version:

基于fis的csssprite,支持repeat-x,repeat-x,background-position

12 lines (11 loc) 316 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); }