SDL Controls
Controls which match the SDL Control UX Guidelines.
Releases
See Releases.
Building
In order to build make sure you have Node.js installed (v6 or higher).
Installing the necessary packages
npm install gulp-cli -g
npm install
Gulp tasks
gulp build
gulp serve
gulp serve:dist
gulp
gulp serve:test
gulp serve:test --browsers Chrome
gulp serve:test --browsers "Chrome,IE,Firefox,PhantomJS"
gulp test
gulp test --browsers Chrome
gulp test --browsers "Chrome,IE,Firefox,PhantomJS"
gulp test-coverage
gulp test-coverage --browsers Chrome
gulp test-coverage --browsers "Chrome,IE,Firefox,PhantomJS"
Setting up Visual Studio Code
Preffered IDE for GUI development is Visual Studio Code.
Some extensions you should install (Managing extensions):
- TSLint: get linting feedback as you type
- Editor Config: adds support for the .editorconfig file
- Document this: automatically generates detailed JSDoc comments in TypeScript and javascript files