Преглед изворни кода

avoid copy of go dep. from vendor/ for release

fg2it пре 9 година
родитељ
комит
174ea11b1c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tasks/build_task.js

+ 1 - 1
tasks/build_task.js

@@ -59,7 +59,7 @@ module.exports = function(grunt) {
     });
     grunt.config('copy.backend_files', {
       expand: true,
-      src: ['conf/defaults.ini', 'conf/sample.ini', 'vendor/**/*', 'scripts/*'],
+      src: ['conf/defaults.ini', 'conf/sample.ini', 'vendor/phantomjs/*', 'scripts/*'],
       options: { mode: true},
       dest: '<%= tempDir %>'
     });