We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Share your wiredep configuration to support non-default filetypes.
drupal: { block: /(([ \t]*);\s*bower:*(\S*))(\n|\r|.)*?(;\s*endbower)/gi, detect: { js: /<script.*src=['"]([^'"]+)/gi, css: /<link.*href=['"]([^'"]+)/gi }, replace: { js: 'scripts[] = {{filePath}}', css: 'stylesheets[] = {{filePath}}' } }