Skip to content

Commit 6b5874b

Browse files
author
acapelo
committed
fixing typo
1 parent c75206b commit 6b5874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module.exports = function (gulp, config) {
151151
}), ['build:example:files']);
152152

153153
var watchLESS = [];
154-
if (config.example.less && .example.less.length > 0) {
154+
if (config.example.less && config.example.less.length > 0) {
155155
config.example.less.forEach(function(fileName) {
156156
watchLESS.push(config.example.src + '/' + fileName);
157157
})

0 commit comments

Comments
 (0)