Open AlanAlbuquerque opened 7 years ago
Are you on Linux? I cannot recreate on Mac or Windows.
Thanks, Dan
Yeas, I'm using Lubuntu.
some info:
Linux alan-pc 4.10.0-35-generic #39~16.04.1-Ubuntu SMP Wed Sep 13 09:02:42 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
@danbucholtz - I was able to duplicate this on my Ubuntu machine. Let me know if you need any help debugging this.
Short description of the problem:
When running the command
ionic cordova build android --prod --release
throws the error:and if I renames the roboto folder to another name it's works fine (in my case I renamed to a random string: b34sadAasFIU).
What behavior are you expecting?
build the project
Steps to reproduce:
ionic cordova build android --prod --release
Which @ionic/app-scripts version are you using?
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
my guess is that the app-scripts try manage the generated fonts files named roboto in www folder (like roboto.css) and can't handler the folder called "roboto" too
sorry my english xD