mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
Have uglifyjs spit out a sourcemap for leaflet.js too. (#5351)
* Have uglifyjs spit out a sourcemap for leaflet.js too. Fixes #5341 * Fix incorrect source map file when publishing a release and add the new one too.
This commit is contained in:

committed by
Iván Sánchez Ortega

parent
643ca522c1
commit
bd957ad32f
@ -18,7 +18,7 @@ npm run-script build
|
||||
|
||||
echo "Creating git tag v$VERSION..."
|
||||
|
||||
git add dist/leaflet-src.js dist/leaflet.js dist/leaflet-src.map -f
|
||||
git add dist/leaflet-src.js dist/leaflet.js dist/leaflet-src.js.map dist/leaflet.js.map -f
|
||||
|
||||
git commit -m "v$VERSION"
|
||||
|
||||
|
Reference in New Issue
Block a user