- Drop
project.clj
in Rails root - copy
_clojurescript.html.erb
into/app/views/shared/
- update your layout according to
application.html.erb
- replace
project-name
by your project name - run the following:
lein cljsbuild auto &
bundle exec rails s
public/assets/
has to be commited if you want to host it on heroku.