Browse Source

avoid copy of go dep. from vendor/ for release

fg2it 9 năm trước cách đây
mục cha
commit
174ea11b1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 %>'
     });