Skip to content

How to assemble AlaSQL

Andrey Gershun edited this page May 29, 2015 · 1 revision

How to assemble AlaSQL?

  1. Clone AlaSQL repository:
    > git clone https://github.com/agershun/alasql.git
  1. Run Gulp:
    > gulp
  1. Now if you change AlaSQL source file, Gulp will recompile alasql.js and other files in dist/ folder.
Clone this wiki locally