UNPKG

qtip2

Version:

Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.

13 lines (12 loc) 217 B
module.exports = { js: { options: { patterns: [] // Replacements are set up in `init` task }, files: [{ expand: true, flatten: true, src: ['<%=dirs.dist%>/**/*'], dest: '<%=dirs.dist%>/' }] } };