Skip to content

Commit

Permalink
[FIX] remove css lint grunt check, fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jan 24, 2017
1 parent da1722f commit 9dce917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dev/js/main/header/header.js
Expand Up @@ -2,8 +2,6 @@
// Global variables (jshint):

/*global touchSupport*/
/*global isAndroid*/
///*global isIOS*/
// =================================

jQuery(function($) {
Expand Down
2 changes: 1 addition & 1 deletion grunt/aliases.yaml
Expand Up @@ -107,7 +107,7 @@ check:
- 'jshint:mainJs'
- 'jscs:mainJs'
#CSS
- 'csslint'
# - 'csslint'
#HTML
- 'htmlhint'

Expand Down

0 comments on commit 9dce917

Please sign in to comment.