Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 460 Bytes

js-library

Structure for a JavaScript library (JavaScript 5.1 + Node.js 6.3.0 + Grunt).

Install Dependencies

If necessary, install Grunt’s command line interface globally with npm install -g grunt-cli. Install development dependencies with npm install -d.

Run Tests

Run tests with grunt test.

Build

Build from source with grunt build.

Watch

To build from source automatically when files are changed run grunt watch.