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
Right now Font Awesome is preloaded in the dist folder (fonts and CSS). The build process should simply pull precompiled CSS and fonts from node_modules. This will allow us to properly manage Font Awesome package dependency appropriately via package.json.
Describe the solution you'd like
Add new fa-init Gulp task to copy Font Awesome from node_modules to dist and add to build task.
Describe alternatives you've considered
n/a
Additional context
This will also address one aspect for resolution of #47.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
Right now Font Awesome is preloaded in the dist folder (fonts and CSS). The build process should simply pull precompiled CSS and fonts from node_modules. This will allow us to properly manage Font Awesome package dependency appropriately via package.json.
Describe the solution you'd like
Add new fa-init Gulp task to copy Font Awesome from node_modules to dist and add to build task.
Describe alternatives you've considered
n/a
Additional context
This will also address one aspect for resolution of #47.
The text was updated successfully, but these errors were encountered: