https://github.com/martinklepsch/testbed
https://github.com/martinklepsch/testbed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinklepsch/testbed
- Owner: martinklepsch
- Created: 2015-01-26T21:20:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T22:34:06.000Z (over 10 years ago)
- Last Synced: 2025-01-29T13:46:43.308Z (5 months ago)
- Language: Clojure
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLJSJS Testing
This repo contains small Clojurescript files that use CLJSJS packaged
JS dependencies. All compiled scripts are loaded in index.html to be
able to easily check if externs etc. have been correctly loaded.
(This is smoke testing but better than nothing.)Build all Clojurescript files with
```
# note that boot-cljs with Clojurescript 0.0-2727 is required for this
boot cljs -O advanced
```and then run
```
open target/index.html
```if no errors occur in the console, things are likely to work.