Browse Source

Debug

pull/2053/head
jlukic 9 years ago
parent
commit
80122d0118
1 changed files with 2 additions and 0 deletions
  1. 2
      tasks/install.js

2
tasks/install.js

@ -117,6 +117,8 @@ module.exports = function () {
.pipe(plumber())
.pipe(gulp.dest(updateFolder))
;
console.info(source.userGulpFile);
console.info(updateFolder);
// copy theme import
console.info('Updating theme import file');

Loading…
Cancel
Save