Skip to content

Commit

Permalink
put fereveal.css in package
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 14, 2015
1 parent 4088a08 commit 16ff513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.10.4 - 14.06.2015
### 0.10.5 - 14.06.2015
* Do not double-format already highlighted code

### 0.10.1 - 11.06.2015
Expand Down
1 change: 1 addition & 0 deletions nuget/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ files
../src/FsReveal/deedle.css ==> reveal.js/fsharp.formatting/styles
../src/FsReveal/template.html ==> fsreveal
../src/FsReveal/fsreveal.fsx ==> fsreveal
../src/FsReveal/fsreveal.css ==> fsreveal
dependencies
FSharp.Formatting >= 2.7.5
2 changes: 1 addition & 1 deletion src/FsReveal/FsReveal.fs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ type FsReveal private() =
printfn "Apply template : %s" FsRevealHelper.TemplateFile
let output = Formatting.GenerateHTML template presentation
File.WriteAllText(outDir @@ outFile, output)
printfn "Copy fsreveal.css style from %s to %s" FsRevealHelper.StyleFile (outDir @@ "css")
let cssDir = outDir @@ "css"
printfn "Copy fsreveal.css style from %s to %s" FsRevealHelper.StyleFile cssDir
if Directory.Exists cssDir |> not then
Directory.CreateDirectory cssDir |> ignore
printfn "Creating %s.." cssDir
Expand Down

0 comments on commit 16ff513

Please sign in to comment.