Skip to content
Stephen Sawchuk edited this page Aug 29, 2014 · 5 revisions

Share your wiredep configuration to support non-default filetypes.

Drupal Theme Files - @evanlonely

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}}'
  }
}
Clone this wiki locally