qtip2
Version:
Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.
17 lines (16 loc) • 308 B
JavaScript
module.exports = {
options: {
stripBanners: true,
separator: ';',
banner: '<%=meta.banners.full%>'
},
js: {
// See "init" task for src
dest: '<%=dirs.dist%>/jquery.qtip.js'
},
css: {
// See "init" task for src
options: { separator: '\n\n' },
dest: '<%=dirs.dist%>/jquery.qtip.css'
}
};