Skip to content

moduware/tile-memory

Repository files navigation

tile-memory

Tile for memory module

To build from scratch run these commands:

# install dependencies
npm install
# prepocess styles
gulp styles
# 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