Skip to content

Commit 5280377

Browse files
committed
#305: back
1 parent bd094de commit 5280377

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const cp = require('child_process')
88
const path = require('path');
99
const validate = require('css-validator');
1010
const {glob} = require('glob');
11-
1211
const pattern = `2015-${new Date().getFullYear()}`;
1312

1413
module.exports = (grunt) => {
@@ -90,7 +89,7 @@ module.exports = (grunt) => {
9089
})
9190
return invalidFiles.length === 0
9291
})
93-
grunt.registerTask('validate', 'validate css bundle with W3C Jigsaw', () => {
92+
grunt.registerTask('validate', 'validate css bundle with W3C Jigsaw', function() {
9493
let css = '', srcPath = '';
9594
glob("*.css", {}, (err, files) => {
9695
files.forEach(file => {

0 commit comments

Comments
 (0)