purifycss-webpack
purifycss-webpack copied to clipboard
Make sure searchFiles can flatten an array
trafficstars
If assets happen to return an array of assets instead of an individual asset, the search can return an array of arrays at the moment. search.files should normalize this (flatten to 1d array).