funcool / funcool/clojurescript-unraveled

4.4.1 One of the touch commands has invalid extension

Open
#168 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
XSLT
Stars
479
Forks
53
PR merge metrics
No merged PRs in 30d

Description

In this part

```bash
mkdir -p leapyears/src/leapyears
mkdir -p leapyears/target/public
touch leapyears/target/public/index.html
touch leapyears/src/leapyears/core.cljs
touch leapyears/tools.cljs
touch leapyears/deps.edn
```

there is a command

```
touch leapyears/tools.cljs
```

but should be

```
touch leapyears/tools.clj
```

(without "s" at the end).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.