Page MenuHomeDevCentral

Copy correctly Foundation Icon fonts to assets/fonts/
ClosedPublic

Authored by dereckson on Aug 4 2016, 20:31.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 2, 04:35
Unknown Object (File)
Tue, Apr 1, 18:10
Unknown Object (File)
Tue, Apr 1, 05:36
Unknown Object (File)
Mon, Mar 31, 18:58
Unknown Object (File)
Mon, Mar 31, 07:52
Unknown Object (File)
Sat, Mar 29, 10:22
Unknown Object (File)
Sat, Mar 29, 07:36
Unknown Object (File)
Sat, Mar 29, 03:55
Subscribers
None

Details

Summary

Currently, Foundation Icon fonts are copied in the CSS directory.

Instead, we serve them from a dedicated directory.

This change also:

  • avoids to copy svgs/ folder
  • selects .eot and not .eoff files
Test Plan
$ gulp build 
$ cd dist
$ tree
.
├── assets
│   ├── css
│   │   └── app.css
│   ├── fonts
│   │   ├── foundation-icons.eot
│   │   ├── foundation-icons.svg
│   │   ├── foundation-icons.ttf
│   │   └── foundation-icons.woff
│   ├── img
│   │   ├── 1280px-Beowulf_Manuscript.jpg
│   │   ├── logo-nasqueron.png
│   │   ├── logo-vikidia.png
│   │   ├── logo-wikimedia.png
│   │   └── logo-wolfplex.png
│   ├── js
│   │   └── app.js
│   └── scss
└── index.html

6 directories, 12 files

The extraneous scss/ folder will be handled in a follow-up separate fix.

Diff Detail

Repository
rVIPERWWW Dæghrefn website
Lint
Lint Passed
Unit
No Test Coverage
Branch
kill-extra-svg (branched from master)
Build Status
Buildable 883
Build 1024: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Copy correctly Foundation Icon fonts to assets/fonts/.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Aug 4 2016, 20:32
This revision was automatically updated to reflect the committed changes.