[Pkg-javascript-commits] [leaflet-markercluster] 48/128: Add building instructions

Jonas Smedegaard dr at jones.dk
Sun Apr 16 06:26:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit d91addd7bd37d926cf7ce032e6a3e35d774ecdcb
Author: Dave Leaver <danzel at localhost.geek.nz>
Date:   Wed Mar 23 15:33:04 2016 +1300

    Add building instructions
---
 CONTRIBUTING.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e6ab5f..5900620 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,6 +3,7 @@ Contributing to Leaflet.MarkerCluster
 
  1. [Reporting Bugs](#reporting-bugs)
  2. [Contributing Code](#contributing-code)
+ 3. [Building](#building)
 
 ## Reporting Bugs
 
@@ -45,3 +46,17 @@ and ask yourself two questions:
 
 If your feature or API improvement did get merged into master,
 please consider submitting another pull request with the corresponding [documentation update](#improving-documentation).
+
+## Building
+
+Install the dependencies:
+```
+npm install -g jake
+npm install
+```
+
+Then to build:
+```
+jake
+```
+Output will be in the ```dist/``` directory

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list