Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 8f9cb72

Browse files
committed
fixing Travis build error when Grunt trys to load Gulp tasks
1 parent 4df8007 commit 8f9cb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module.exports = function (grunt) {
152152
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
153153

154154
//load the patternlab task
155-
grunt.task.loadTasks('./core/lib/');
155+
require('./core/lib/patternlab_grunt')(grunt);
156156

157157
grunt.registerTask('default', ['patternlab', 'copy:main', 'copy:styleguide']);
158158

0 commit comments

Comments
 (0)