A simple todo to prevent a message as below from showing (in a terminal) while building with Ember. For example if you use a jQuery Plugin like Chart.
controllers/application.js: line 8, col 11, 'Chart' is not defined.
Try to add Chart as predef in your .jshintrc file.
"predef": [
"document",