Bladeren bron

make import work now that stuff has moved to story/

Ruduki2 6 jaren geleden
bovenliggende
commit
5d2371e198
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -75,7 +75,7 @@ task import: %w(bundle_install) do
       'bundle', 'exec', 'twee2', 'decompile',
       file.dest_file, file.source_file,
       '--exclude=StoryJS,StoryCSS,StoryTitle,Twee2Settings',
-      '--exclude-from=storyjs.tw2,stylesheet.tw2,images.tw2"',
+      '--exclude-from=../stylesheet.tw2,../storyjs.tw2,../stylesheet.tw2,../images.tw2',
     )
   end
 end