Skip to content

Instantly share code, notes, and snippets.

@serby
Last active December 28, 2015 07:49
Show Gist options
  • Select an option

  • Save serby/7466705 to your computer and use it in GitHub Desktop.

Select an option

Save serby/7466705 to your computer and use it in GitHub Desktop.
Front End QA RegExp
# Missing versionPath
# *.jade,*.html
## Link
(^|\s)link.*(href)=(?!versionPath)['"](/\w|\.+/)
## Meta
(^|\s)meta.*(content)=(?!versionPath)['"](/\w|\.+/)
## src - img, iframe, script
(src)=(?!versionPath)['"](/\w|\.+/)
## CSS - *.styl
url\(['"]?(/\w|\.+/)
@serby

serby commented Nov 19, 2013

Copy link
Copy Markdown
Author

Thanks fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment