https://github.com/marwan-at-work/sourcemapper
Source Maps For GopherJS
https://github.com/marwan-at-work/sourcemapper
go golang gopherjs sourcemaps
Last synced: 3 months ago
JSON representation
Source Maps For GopherJS
- Host: GitHub
- URL: https://github.com/marwan-at-work/sourcemapper
- Owner: marwan-at-work
- Created: 2017-09-05T04:11:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T16:09:06.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T01:28:19.556Z (4 months ago)
- Topics: go, golang, gopherjs, sourcemaps
- Language: Go
- Homepage: https://godoc.org/github.com/marwan-at-work/sourcemapper
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SourceMapper
SourceMapper exposes an `http.Handler` that serves any `.go` files that exist in your GOPATH or GOROOT.
The purpose of this package is to implement `.go` source maps for GopherJS by using your own custom server without having to run `gopherjs serve`.This is recommended for development only as your production set up should have its own pipline of minifiers/uglifiers..etc.
## Usage & Docs
[](https://godoc.org/github.com/marwan-at-work/sourcemapper)