Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Add leaflet-d3 dependency cache (#13)
Browse files Browse the repository at this point in the history
* Add leaflet-d3 dependencies cache
* The final solution will be to introduce `frontend-maven-plugin` in a separate change 
* Bump library version
  • Loading branch information
baldram authored Jan 8, 2019
1 parent ff59ef6 commit 86fe8d0
Show file tree
Hide file tree
Showing 8 changed files with 1,246 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add the dependency:
<dependency>
<groupId>pl.itrack</groupId>
<artifactId>gwt-leaflet-d3</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand Down
14 changes: 14 additions & 0 deletions docs/dependencies/build-dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

echo "-> Build dependencies"
npm install

echo "-> Copy built dependencies"
rm -rf ./dist
mkdir ./dist
cp ./node_modules/@asymmetrik/leaflet-d3/dist/*.js ./dist
rm -rf ./node_modules
rm package-lock.json
#git add ./dist

echo "Success!"
Loading

0 comments on commit 86fe8d0

Please sign in to comment.