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

murphydanger / gulp-minify-css / 121 / 2
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2016 05:34PM UTC
Files 8
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

20 Dec 2016 05:34PM UTC coverage: 79.747%. First build
121.2

Pull #

travis-ci

Andres Riofrio
Fix sourcemap paths 

In my configuration, file.base is "src", file.path is "C:/Work/myproject/src/css/app.css", file.relative is "css/app.css", and map.sources is ["$stdin", "css/node_modules/purecss/build/pure.css", "css/app.css"]. It looks like calling path.relative(base, src), where src is an item of map.sources, is wrong, since src [is already relative to base](https://github.com/floridoo/gulp-sourcemaps#plugin-developers-only-how-to-add-source-map-support-to-plugins). This was giving me the following errors:

    gulp-sourcemap-write: No source content for "../css/node_modules/purecss/build/pure.css". Loading from file.
    gulp-sourcemap-write: source file not found: c:\Work\myproject\css\node_modules\purecss\build\pure.css
    gulp-sourcemap-write: No source content for "../css/app.css". Loading from file.
    gulp-sourcemap-write: source file not found: c:\Work\myproject\css\app.css
Pull Request #:

378 of 474 relevant lines covered (79.75%)

15.26 hits per line

Source Files on job 121.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 121
  • Travis Job 121.2
  • c3c1cf77 on github
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