jonkemp / gulp-useref

Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
MIT License
705 stars 93 forks source link

Improve docs for blocks alternate search path #246

Closed palmerj closed 6 years ago

palmerj commented 6 years ago

Unless I missed something, it would be good to mention in the documentation that the block alternate search path can contain a sequence of paths processed from right to left, using JSON brace array notation e.g:

    <!-- build:js({.,src}) js/lib.js -->

Thanks!

jonkemp commented 6 years ago

Thanks! If you are interested in adding this to the documentation yourself, a pull request would be welcome. 😄

palmerj commented 6 years ago

Thanks. PR #247 created.

jonkemp commented 6 years ago

Done 53efa13d6c276be46fabbafdff08f0882c98a9a2.