-
Notifications
You must be signed in to change notification settings - Fork 5
Error when adding material design fonts to applicationFiles #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This actually seems to be happening randomly regardless of material design icons. At one point I ran |
More debugging: I dumped the error when it fails and I see this: |
The Make sure the I intend to add a way to upload |
@arenoir Thanks for pointing me towards rsync. I had reverted to using a shell script to do an ember build and then just scp the assets/index to the server. Glad I don't have to do that anymore. |
Issue #4 . |
When my
applicationFiles
consists of:['index.html', 'assets/gui.css', 'assets/gui.js', 'assets/vendor.css', 'assets/vendor.js']
But when I add
'font/material-design-icons/Material-Design-Icons.eot'
to the list so it looks like:applicationFiles: ['index.html', 'assets/gui.css', 'assets/gui.js', 'assets/vendor.css', 'assets/vendor.js', 'font/material-design-icons/Material-Design-Icons.eot'],
I get the following error:
The text was updated successfully, but these errors were encountered: