Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 491 Bytes

tile-laser-testing

Testing tile for Laser module

To build from scratch run these commands:

# install dependencies
npm install
# collect build files (dev mode compatible)
gulp build
# archive files for release
gulp zip

As result you will get tile.zip file in root directory containing latest tile package ready for publishing.

Live Preview