Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 723 Bytes

directive.md

File metadata and controls

executable file
·
31 lines (21 loc) · 723 Bytes

The Directive

Installation

Install via bower

bower install the-directive

Usage

Add it as a dependency to your app and then use the directive in your HTML files.

Development

Install Gulp via npm if you don't have it

npm install -g gulp

Available commands

  • gulp: build and test the project
  • gulp build: build the project and make new files indist
  • gulp serve: start a server to serve the demo page and launch a browser then watches for changes in src files to reload the page
  • gulp test: run tests
  • gulp serve-test: runs tests and keep test browser open for development. Watches for changes in source and test files to re-run the tests

License

MIT