Skip to content

Commit

Permalink
#235 glob
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 1, 2023
1 parent 223f5e5 commit cabd655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = function (grunt) {
grunt.registerTask('validate', 'validate css bundle with W3C Jigsaw', function () {
const path = require('path');
var validate = require('css-validator');
const glob = require('glob');
const {glob} = require('glob');
let srcPath = '';
let css = '';
glob("*.css", {}, function (err, files) {
Expand Down

0 comments on commit cabd655

Please sign in to comment.