jharris4 / html-webpack-tags-plugin

lets you define html tags to inject with html-webpack-plugin
MIT License
255 stars 31 forks source link

Support globs for assets? #11

Closed fnlctrl closed 7 years ago

fnlctrl commented 7 years ago

Something like

new HtmlWebpackIncludeAssetsPlugin({
    assets: ['foo/*.css']
})
mmiller42 commented 7 years ago

This was asked before: see https://github.com/jharris4/html-webpack-include-assets-plugin/issues/5

jharris4 commented 7 years ago

As @mmiller42 said, this question has already been answered

jharris4 commented 7 years ago

FYI, version 0.0.8 added support for asset.glob, see updated example in the README.