-
Notifications
You must be signed in to change notification settings - Fork 117
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
Why doesn't grunt-bower-task work with font-awesome out the box #154
Labels
Comments
Is this related to #21 ? |
Just for anyone else coming across this, the following exportsOverride in bower.json should get font-awesome to work.
As @PerfectCarl says though, it seems like it would make more sense for grunt-bower-task to maintain file hierarchy by default? |
Hi,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I installed the font-awesome via
bower install fontawesome --save
and have a grunt-bower-task defined to cpy bower deps to mybuild/
folder.While font-awesome is properly copied in bower_components
The file hierarchy got flattened when copied to my
build/vendor/
folder:In the case of font-awesome, this prevents the font to load as the file structure is referenced in the asset files.
I've read that the output hierarchy can we override with
exportsOverride
.I'm just curious why this is even necessary: being new to bower it sounds that there is something that I don't understand about bower/grunt-bower-task.
Could you shed some light on this question?
The text was updated successfully, but these errors were encountered: