UNPKG

fontfaceonload

Version:

A simple utility to execute a callback when a webfont loads.

8 lines (7 loc) 192 B
module.exports = { options: { // Use a .jshintrc file so the same options are reused in our editor. jshintrc: ".jshintrc" }, src: [ "Gruntfile.js", "<%= pkg.config.src %>/**/*.js" ] };