Skip to content
Snippets Groups Projects
Commit 54c660e2 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

clear up fe dev build process

parent c4601552
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,14 @@ Install clojure + npm/bower requirements with
lein deps
npm install
Compile application css file with
Build the application JS and CSS with
./node_modules/gulp/bin/gulp.js build
lein gulp
When developing the frontend client, you'll want to watch for changes,
so run the default gulp task.
./node_modules/gulp/bin/gulp.js
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment