Removed eslint from compile step

With this patch, linting becomes an entirely separate step, invoked
by 'npm run lint'. It is no longer baked into our compile, build,
package flow.

Change-Id: Ic167ce7ffdee704d9c21be6db07884bfd06a3e33
This commit is contained in:
Michael Krotscheck 2015-06-04 09:22:05 -07:00
parent aed32f2116
commit 7230e03130

View File

@ -569,7 +569,6 @@ module.exports = function (grunt) {
* Compiles all of our sources.
*/
grunt.registerTask('compile', [
'eslint',
'useminPrepare',
'concat',
'less',