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

Commit 33c078a

Browse files
committed
Merge pull request #286 from EvanLovely/feature/pattern-engines-tweaks
pattern engines tweaks
2 parents a78b748 + 8f9cb72 commit 33c078a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

package.gulp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mustache": "^2.2.1",
1313
"handlebars": "^4.0.5",
1414
"twig": "^0.8.8",
15-
"underscore": "^1.8.3",
15+
"underscore": "^1.8.3"
1616
},
1717
"devDependencies": {
1818
"browser-sync": "^2.11.1",

0 commit comments

Comments
 (0)