https://github.com/martinklepsch/single-segment-cljs-ns
https://github.com/martinklepsch/single-segment-cljs-ns
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinklepsch/single-segment-cljs-ns
- Owner: martinklepsch
- Created: 2015-02-04T19:16:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T19:17:10.000Z (over 10 years ago)
- Last Synced: 2025-01-29T13:46:43.818Z (4 months ago)
- Language: Clojure
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Single segment namespace testcase
Compiling Clojurescript namespaces that have only one segment (i.e. no dot)
can sometimes lead to stuff breaking. This is a testcase for that.```
lein cljsbuild once
open one-seg.html
open two-seg.html
```See `project.clj` for details.