Skip to content

Commit

Permalink
Fix failing main css export
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevyls committed Jan 6, 2015
1 parent 2180a59 commit 0f90a7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ private File saveHtmlFile(Document document) {
} catch (FileAlreadyExistsException e) {
// do nothing
}
mainCssIs = classLoader.getResourceAsStream(MAIN_CSS_FILENAME);
Files.copy(mainCssIs, markupDir.resolve(MAIN_CSS_FILENAME), StandardCopyOption.REPLACE_EXISTING);

Files.copy(tempFilepath, markupDir.resolve(tempFilepath.getFileName()), StandardCopyOption.REPLACE_EXISTING);
Expand Down

0 comments on commit 0f90a7c

Please sign in to comment.