incuna / angular-bind-html-compile

Directive that calls $compile on trusted HTML, allowing directives in an API response.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add JSHint, JSCS and grunt tests with travis

grahamgilchrist opened this issue · comments

This repo currently has no tests and no code style.

  • Add a gruntfile
  • Add grunt-jscs and grunt-contrib-jshint packages
  • Add .jshintrc and .jscs code style files (see other incuna repos)
  • Add a grunt test task to run the above two tasks
  • Add a travis.yml file to install and run grunt test as part of pull requests