Skip to content

Commit 5471439

Browse files
committed
Merge branch 'develop'
2 parents 5c8947f + 32a20d3 commit 5471439

File tree

3 files changed

+6733
-2
lines changed

3 files changed

+6733
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module.exports = function(grunt) {
106106
}
107107
});
108108

109+
grunt.registerTask('lint', ['jshint', 'jscs']);
109110
grunt.registerTask('default', ['sass', 'cssmin', 'jshint', 'jscs', 'copy', 'uglify']);
110111
grunt.registerTask('e2e-test', ['connect', 'protractor_webdriver', 'protractor']);
111112
};

0 commit comments

Comments
 (0)