• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kittoframework / kitto / 76
89%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2016 06:34PM UTC
Jobs 1
Files 12
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
76

push

travis-ci

Zorbash
Don't bundle large fonts and images in webpack

Let the browser load the font file instead of bundling it in application.js
With this change, non trivial in size fonts and images are placed under
public/assets/fonts or public/assets/images respectively.

Before
------
            Asset    Size  Chunks             Chunk Names
   application.js  597 kB       0  [emitted]  application
       widgets.js  510 kB       1  [emitted]  widgets
    widgets.js.gz  142 kB          [emitted]
application.js.gz  373 kB          [emitted]

After
-----
            Asset     Size  Chunks             Chunk Names
   application.js   177 kB       0  [emitted]  application
       widgets.js   510 kB       1  [emitted]  widgets
application.js.gz  53.7 kB          [emitted]
    widgets.js.gz   142 kB          [emitted]

119 of 151 relevant lines covered (78.81%)

10.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 76.1 06 Nov 2016 06:34PM UTC 0
78.81
Travis Job 76.1
Source Files on build 76
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #76
  • 32174503 on github
  • Prev Build on master (#75)
  • Next Build on master (#77)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc