Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 820 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 820 Bytes

Stories in Ready Install StravaPlus from Chrome Store

Go to http://bitly.com/stravaplus

Install/Develop from sources

Requirements You need node package manager and nodejs

Install extension dependencies

node make.js init

This will download required node modules

Create distribution folder

node make.js dist

This will create dist/ folder. He is used for a release.

Create archive package

node make.js build

This will create zip archive of dist/ folder in builds/StravaPlus_vX.X.X_[date].zip

Clean

node make.js clean

This will clean builds/, dist/ and node_modules/ folders