Skip to content

extrasrc flag (-e || --extrasrc)

Compare
Choose a tag to compare
@NJKode NJKode released this 28 Oct 21:00
· 79 commits to master since this release

This release adds the extrasrc flag. This means you can now specify extra src attributes that you would like rewritten.
For instance, if you have the attributes mySrcOne and mySrcTwo that contain urls to rewrite, you can run the command:

npx reseed -b baseurl --extrasrc mySrcOne mySrcTwo

You can use the alias -e instead of --extrasrc. 😎

Commits:

  • Added missing extraSrcAttr functionality ce160e7
  • renaming remaining test files f630398
  • Complete testing for html rewrite 96fd7e3

v1.2.0...v1.3.0