etcgroup / text-prizm

3 stars 0 forks source link

Minor css and js fixes in new dashboard code #58

Closed michaelbrooks closed 11 years ago

michaelbrooks commented 11 years ago

Ran new JS code through jshint (ant jshint) and fixed several minor issues along with some less minor issues.

Turned off csslint checking for @import in css files. We don't need to worry about the performance problems associated with these because they are optimized out by require.js.

ksen0 commented 11 years ago

lgtm