isobaraustralia / generator-feather

:bird::package: A yeoman generator for sitefinity-feather build setup with Webpack
4 stars 0 forks source link

Compile is creating a font directory #16

Closed isobar-bcarpenter closed 7 years ago

isobar-bcarpenter commented 7 years ago

yarn run build will create a /font directory in the assets.

note: this is different to the /fonts directory

Shard commented 7 years ago

It looks like the font directory is actually the more correct one here, the fonts one was being created by a flat file copy which doesn't seem to be necessary with file loader working correctly.

Shard commented 7 years ago

This should be fixed in #17