Skip to content

Commit

Permalink
Hack up epub CSS build
Browse files Browse the repository at this point in the history
This is just to get the build working
  • Loading branch information
noelwelsh committed Feb 6, 2024
1 parent 7ecd395 commit ff886c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ htmlSetup := {
epubSetup := {
"mkdir -p dist src/temp".!
"npm install".!
"npx lessc --include-path=node_modules --strict-imports src/less/epub.less src/temp/epub.css".!
"npx sass --load-path=node_modules src/scss/epub.scss src/temp/epub.css".!
}

texSetup := {
Expand Down
1 change: 1 addition & 0 deletions src/scss/epub.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "common/index.scss";

0 comments on commit ff886c7

Please sign in to comment.