Skip to content

OnsenUI/OnsenUI-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

OnsenUI-dist

Bower and NPM distribution repository for Onsen UI.

Download Onsen UI

Using bower:

$ bower install onsenui

Using npm:

$ npm install onsenui

How to tag a new release

These releases are generated by dist-release.sh script. Once the files are modified and ready to be relased simply run the script from OnsenUI directory:

./dist-release.sh [no-build]

Add no-build option to skip gulp build OnsenUI in case it's already built. This script will install required dependencies, build css-components + OnsenUI and upload a new tag to OnsenUI-dist repository using the version listed in package.json.