Skip to content

Commit

Permalink
Point to the new directory names
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Nov 13, 2018
1 parent 1c91efd commit 76e9079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Executable elm
Hs-Source-Dirs:
compiler/src
builder/src
ui/terminal/src
terminal/src

other-extensions:
TemplateHaskell
Expand Down
4 changes: 2 additions & 2 deletions terminal/src/Develop/StaticFiles/Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import qualified Reporting.Progress.Terminal as Terminal

readAsset :: FilePath -> IO BS.ByteString
readAsset path =
BS.readFile ("ui" </> "browser" </> "assets" </> path)
BS.readFile ("reactor" </> "assets" </> path)



Expand All @@ -31,7 +31,7 @@ readAsset path =

compile :: IO BS.ByteString
compile =
Dir.withCurrentDirectory ("ui" </> "browser") $
Dir.withCurrentDirectory "reactor" $
do reporter <- Terminal.create
Task.run reporter $
do summary <- Project.getRoot
Expand Down

0 comments on commit 76e9079

Please sign in to comment.