[MINOR] Remove redundant jquery files

 *  Removed script versions:
    jquery-2.1.1, 1.12.4
    jquery-ui-1.12.1
6 files changed
tree: 66a4ea84503c010ec8865aa3e9f24c834edffb39
  1. _src/
  2. branding_assets/
  3. .gitattributes
  4. .gitignore
  5. .htaccess
  6. _config.yml
  7. gulpfile.js
  8. LICENSE
  9. NOTICE
  10. package-lock.json
  11. package.json
  12. README.md
README.md

SystemML Website

Build System dependencies

Node.js and npm

In order to build this project you will need the latest version of node.js and npm. Detailed instructions for download and installation can be found here.

Gulp

We use Gulp to compile Sass and JS as well as run the Jekyll build. You can install it with npm:

$ sudo npm install -g gulp

Building the website

Download website dependancies

$ npm install

Build website contents

$ gulp

If all goes well it open the site in your browser at http://localhost:3000.