swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

scripts/build does not exist #28

Closed theronic closed 9 years ago

theronic commented 9 years ago

Is README out of date?

I followed the instructions to make a new project with lein new mies hello-world, but in that folder scripts/build does not exist.

bensu commented 9 years ago

The last version 0.6.0 in master, which is consistent with the README has not been deployed to Clojars yet. Try:

git clone https://github.com/swannodette/mies
cd mies
lein install
cd ..
lein new mies hello-world

And you'll get a copy of the latest mies template.

kaosbeat commented 9 years ago

had the same problem, solution works

danielcompton commented 9 years ago

@swannodette it may be good to do development on a develop branch, so when people read the README on master, they only see released features.

swannodette commented 9 years ago

Addressed now that there is a new release.