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.
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.