Skip to content

Commit

Permalink
Replace BuildWebCompiler with npm sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Aug 23, 2023
1 parent 2d16ce3 commit 5e76d08
Show file tree
Hide file tree
Showing 9 changed files with 380 additions and 84 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
run: ./tools/install.ps1

- name: Build site
run: dotnet build -c Release
run: |
pushd src/Website
npm run sass
popd
dotnet build -c Release
- name: Build Bolero
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bin/
obj/
build/
*.user
/src/Website/css/all*.css
/src/Website/css/all*.css*
/src/Website/js/
paket-files/
packages/
Expand Down
1 change: 0 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ storage: none
framework: netstandard2.0

nuget FSharp.Core
nuget BuildWebCompiler
nuget FSharp.Text.RegexProvider
nuget Markdig
nuget WebSharper
Expand Down
1 change: 0 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ STORAGE: NONE
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
BuildWebCompiler (1.12.405)
FSharp.Core (6.0.3)
FSharp.Text.RegexProvider (2.1)
FSharp.Core (>= 4.3.4)
Expand Down
11 changes: 0 additions & 11 deletions src/Website/compilerconfig.json

This file was deleted.

63 changes: 0 additions & 63 deletions src/Website/compilerconfig.json.defaults

This file was deleted.

Loading

0 comments on commit 5e76d08

Please sign in to comment.