Skip to content

Commit

Permalink
HORRIBLE HACK to allow custom directive to have revved file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivar Prudnikovas committed Sep 12, 2014
1 parent ead2ed4 commit 5b61712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fileprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ var _defaultPatterns = {
/<img[^\>]*[^\>\S]+src=['"]([^"']+)["']/gm,
'Update the HTML with the new img filenames'
],
[
/<div[^\>]*[^\>\S]+brand-logo-url=['"]([^"']+)["']/gm,
'Update the HTML with the new directive attr file'
],
[
/<video[^\>]+src=['"]([^"']+)["']/gm,
'Update the HTML with the new video filenames'
Expand Down

0 comments on commit 5b61712

Please sign in to comment.