1
1
mirror of https://github.com/srid/ema.git synced 2024-09-11 15:05:23 +03:00

Drop vscode tasks.json

This commit is contained in:
Sridhar Ratnakumar 2022-08-06 16:58:19 -04:00
parent cf582e7dc6
commit f11077c3f2
3 changed files with 5 additions and 25 deletions

4
.gitignore vendored
View File

@ -24,4 +24,6 @@ cabal.project.local~
.ghc.environment.*
result
result-*
output
output
.vscode/tasks.json

21
.vscode/tasks.json vendored
View File

@ -1,21 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Ema Example Server",
"type": "shell",
"command": "bin/run",
"args": [],
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"runOptions": {
// "runOn": "folderOpen"
}
}
]
}

View File

@ -3,7 +3,6 @@
<img width="10%" src="https://ema.srid.ca/favicon.svg">
[![Hackage](https://img.shields.io/hackage/v/ema.svg?logo=haskell)](https://hackage.haskell.org/package/ema)
[![FAIR](https://img.shields.io/badge/FAIR-pledge-blue)](https://www.fairforall.org/about/)
Ema is a next-gen **Haskell** library toolkit for building [jamstack-style](https://jamstack.org/) static sites, with fast hot reload. See [ema.srid.ca](https://ema.srid.ca/) for further information.
@ -11,9 +10,9 @@ https://user-images.githubusercontent.com/3998/116333460-789c1400-a7a1-11eb-8d28
## Hacking
*NOTE: We are using GHC 9.2 which is not yet the default in `nixpkgs`, so you may want to use the [garnix cache](https://garnix.io/docs/caching) to avoid long compilation.*
*NOTE: `flake.nix` uses GHC 9.2 which is not yet the default in `nixpkgs`, so you may want to use the [garnix cache](https://garnix.io/docs/caching) to avoid long compilation times.*
Run `bin/run` (or <kbd>Ctrl+Shift+B</kbd> in VSCode). This runs the Ex04_Multi example.
Run `bin/run`. This runs the Ex04_Multi example.
To run the docs, run `nix run github:EmaApps/emanote -- -L ./docs`.