* Allow next/asset to work properly with dynamic assetPrefix Now we use webpack's publicPath via client side. * Add test cases for dynamic assetPrefix and next/asset.
* Introduce the setAssetPrefix API for dynamic assetPrefix. * Remove unwanted node_modules dir in a test dir. * Change test main description.