Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add grunt tasks and Dash tests #10

Merged
merged 4 commits into from
May 17, 2013
Merged

Add grunt tasks and Dash tests #10

merged 4 commits into from
May 17, 2013

Conversation

kirkshoop
Copy link

This adds grunt to run tasks.

The tasks run by grunt are:

  • jshint (static checking)
  • uglify (produces the minified dash.min.js)
  • jasmine (runs test specs and produces a code-coverage report)

This also adds 99 tests for the code in app/js/dash

Kirk Shoop (MS OPEN TECH) added 4 commits May 16, 2013 14:15
This adds grunt support for running:
- JsHint (static code check)
- Jasmine (test spec framework)
- Istanbul (code coverage analyzer)

Also adds positive tests for the DashParser output and
DashManifestExtensions functions.
More tests coming...
nweber added a commit that referenced this pull request May 17, 2013
Add grunt tasks and Dash tests
@nweber nweber merged commit a4816af into Dash-Industry-Forum:master May 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants