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

Merge pull request #224 from metabase/update_readme_for_gulp

clear up fe dev build process
parents c4601552 54c660e2
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