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, Feb 19, 19:02
Unknown Object (File)
Tue, Feb 18, 19:13
Unknown Object (File)
Mon, Feb 17, 08:31
Unknown Object (File)
Sun, Feb 16, 21:20
Unknown Object (File)
Sun, Feb 16, 21:20
Unknown Object (File)
Sun, Feb 16, 18:26
Unknown Object (File)
Sun, Feb 16, 17:49
Unknown Object (File)
Mon, Feb 10, 15:12
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.