You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filer-dialogs extension adds File > Open and File > Save As dialogs for our filer filesystem. It needs a build step to install fonts from font-awesome using bower. We don't have that in our Gruntfile, so our dist/ is missing those CSS files. Also, we probably aren't copying them over properly.
This should get fixed.
The text was updated successfully, but these errors were encountered:
Well, we are now using it for the gutter icon in HTMLHinter. So I say we start by making this work. Can we do this in such a way that we make sure we only load it once? And only load the smallest set of what is needed for our icon use? Keep an eye on overall size increases.
The filer-dialogs extension adds File > Open and File > Save As dialogs for our filer filesystem. It needs a build step to install fonts from font-awesome using
bower
. We don't have that in our Gruntfile, so ourdist/
is missing those CSS files. Also, we probably aren't copying them over properly.This should get fixed.
The text was updated successfully, but these errors were encountered: