Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmorand committed Jun 3, 2018
1 parent 0907a79 commit 7596981
Show file tree
Hide file tree
Showing 9 changed files with 4,295 additions and 190 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log*
node_modules/
coverage
.nyc_output
tmp
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# html-source-map-rebase

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage percentage][coveralls-image]][coveralls-url]

Rebase your HTML assets relatively to the source file they were imported from.

Expand Down Expand Up @@ -114,7 +114,5 @@ Apache-2.0 © [Eric MORAND]()
[npm-url]: https://npmjs.org/package/html-source-map-rebase
[travis-image]: https://travis-ci.org/ericmorand/html-source-map-rebase.svg?branch=master
[travis-url]: https://travis-ci.org/ericmorand/html-source-map-rebase
[daviddm-image]: https://david-dm.org/ericmorand/html-source-map-rebase.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ericmorand/html-source-map-rebase
[coveralls-image]: https://coveralls.io/repos/github/ericmorand/html-source-map-rebase/badge.svg
[coveralls-url]: https://coveralls.io/github/ericmorand/html-source-map-rebase

0 comments on commit 7596981

Please sign in to comment.