Weevar.js, script use to power our snippet on client websites.
Clone the project and install the node dev dependencies:
$ git clone git@github.com:Saasquatch-Inc/Weevar.js.git
$ npm install
To compile a build, just run gulp in your terminal:
gulp
You can also run gulp watch
to watch the changes on any files within the /src
directory and build automatically.
To run the tests, simply open testrunner.html
in your browser or run:
npm test
For more detailed information, visit the Wiki