Skip to content

Commit

Permalink
Added paket bootstrapper; added storage:none to paket.dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosLukacs committed Mar 23, 2018
1 parent c1c066b commit 82ec4a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ samples/**/public

# F#
.fake/
.paket/paket.exe
packages/
paket-files
build/
Expand Down
Binary file added .paket/paket.exe
Binary file not shown.
10 changes: 5 additions & 5 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// include Fake libs
#r "./packages/build/FAKE/tools/FakeLib.dll"
#r "packages/build/FAKE/tools/FakeLib.dll"
#r "System.IO.Compression.FileSystem"

open System
Expand Down Expand Up @@ -40,7 +40,7 @@ Target "Clean" (fun _ ->
// NpmFilePath = yarn
// })
// projects
// |> Seq.iter (fun s ->
// |> Seq.iter (fun s ->
// let dir = IO.Path.GetDirectoryName s
// runDotnet dir "restore"
// )
Expand All @@ -66,7 +66,7 @@ Target "Meta" (fun _ ->
"<PackageLicenseUrl>https://raw.githubusercontent.com/prolucid/fable-react-toolbox/master/LICENSE</PackageLicenseUrl>"
"<RepositoryUrl>https://github.com/Prolucid/fable-react-toolbox.git</RepositoryUrl>"
"<PackageTags>material;design;react;fsharp;fable</PackageTags>"
"<Authors>Justin Sacks</Authors>"
"<Authors>Justin Sacks</Authors>"
sprintf "<Version>%s</Version>" (string release.SemVer)
"</PropertyGroup>"
"</Project>"]
Expand Down Expand Up @@ -139,7 +139,7 @@ Target "Publish" DoNothing
"Package"
"PublishNuget"
"Release" ]


// start build
RunTargetOrDefault "Build"
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source https://www.nuget.org/api/v2
storage:none

nuget FSharp.Core
nuget Fable.Core
Expand Down
3 changes: 2 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
STORAGE: NONE
NUGET
remote: https://www.nuget.org/api/v2
Fable.Core (1.3.11)
Fable.Core (1.3.12)
FSharp.Core (>= 4.2.3) - restriction: >= netstandard1.6
NETStandard.Library (>= 1.6.1) - restriction: >= netstandard1.6
Fable.Import.Browser (1.1.1)
Expand Down

0 comments on commit 82ec4a1

Please sign in to comment.