-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
suggestion: change font files path #3751
Comments
+1 |
+1 |
+1 |
Okay, I added task in gulp build:
And it worked! |
gulp build puts fonts into fonts directory.. but ui-grid seeking them in styles directory.. when you are going to fix this issue? |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
BREAKING CHANGE: If you take the new CSS and do not relocate the icon files your icons will cease to show in the grid. fix #3751
BREAKING CHANGE: If you take the new CSS and do not relocate the icon files your icons will cease to show in the grid. fix #3751
BREAKING CHANGE: If you take the new CSS and do not relocate the icon files your icons will cease to show in the grid. fix angular-ui#3751
I'm using gulp to manage my project, and a standard dist folder structure is like:
As in the screnshot, all the fonts will be moved to
fonts
folder, but in angular-ui-grid folder, all the{css, fonts}
are in the same folder level,So it will cause (404) error, because the fonts path changed to
(../fonts/ui-grid.ttf)
, not('ui-grid.ttf')
I suggest to create a
font foler
andstyle folder
likebootstrap
does, Or any good way to config ingulp
?The text was updated successfully, but these errors were encountered: