Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 452 Bytes

BUILD.md

File metadata and controls

14 lines (11 loc) · 452 Bytes

Development

This project requires Node v6.xx.x and npm v3.10.10

  • Clone this repository git clone repo_url
  • Go to the cloned location and run npm install to install dependencies
  • Install gulp globally npm install gulp -g
  • Build the plugin npm run build or gulp should create a dist folder that contains the transpiled code for the browser
  • Make sure to build the plugin whenever there's a code change