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

murphydanger / gulp-minify-css / 121
80%

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

pending completion
121

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

Jobs
ID Job ID Ran Files Coverage
2 121.2 20 Dec 2016 05:34PM UTC 0
79.75
Travis Job 121.2
Source Files on build 121
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #121
  • Pull Request #
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