Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 387 Bytes

File metadata and controls

21 lines (17 loc) · 387 Bytes

Clone the repo

cd /projects/folder/
git clone https://timofey-l@bitbucket.org/timofey-l/joomla-com-build.git my-component-name

Install npm dependencies

cd my-component-name
npm install

Run gulp build for building downloadable version

Run gulp test for building test version(without updater and build update)


May be needed

npm install -g gulp