https://github.com/passy/html-oust
[WIP] Extract paths of stylesheets, scripts and HTML imports from HTML files
https://github.com/passy/html-oust
Last synced: 10 months ago
JSON representation
[WIP] Extract paths of stylesheets, scripts and HTML imports from HTML files
- Host: GitHub
- URL: https://github.com/passy/html-oust
- Owner: passy
- License: bsd-3-clause
- Created: 2014-06-14T14:43:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T15:21:52.000Z (about 12 years ago)
- Last Synced: 2025-08-25T02:22:22.980Z (11 months ago)
- Language: Haskell
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# html-oust [](https://travis-ci.org/passy/html-oust)
**WIP** **WIP** **WIP** Make it work, make it composable, make it beautiful.
**WIP** **WIP** **WIP**
Learning project to understand Arrows and porting Addy Osmani's
[oust](https://github.com/addyosmani/oust/) to Haskell.
## Install
```
> cabal install html-oust
```
Now get yourself a nice hot cup of tea, take a bath, file your tax return and if
you're lucky cabal will be finished by then.
## Dev
```
> cabal sandbox init
> cabal install --only-dependencies -j
> cabal run -- html-oust
```