Skip to content
Permalink
b0cb33ee2f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

ulysses (front-end)

Build Status

stack:

[1] definitely use parinfer for clojure development. it makes paren/bracket management truly painless...fun even. available for atom, sublime, vim, etc.

prerequisites

make

run make to see available commands

dev build w/ live reloading

make start

figwheel will automatically push cljs and sass changes to the browser, as well as run tests (to be configured).

wait a bit, then browse to http://localhost:3449

note: can't figure out how to exit node-sass when the repl is exited, so right now it becomes an orphaned process (on os x at least) and you'll have to kill it manually :(

prod build

make build

cleanup

make clean

will remove :clean-targets (specified in project.clj) including compiled js, sass, etc