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 931b94f commit 055ff5f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ check:
- 'jshint:mainJs'
- 'jscs:mainJs'
#CSS
- 'csslint'
# - 'csslint'
#HTML
- 'htmlhint'

Expand Down

0 comments on commit 055ff5f

Please sign in to comment.