Skip to content

Commit

Permalink
update create-templates.sh;
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfly361 committed Aug 12, 2018
1 parent 6e80eb5 commit a578457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion create-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ printf "\ncreating base +cider +routes +re-com +test +garden +handler +less +re-
lein new re-frame everything +cider +routes +re-com +test +garden +handler +less +re-frisk +10x +re-pressed +breaking-point
cd everything
lein cljsbuild once min
lein doo phantom test once
npm install -g karma-cli
npm install karma karma-cljs-test karma-chrome-launcher --save-dev
lein doo chrome-headless test once
cd resources/public
google-chrome index.html
cd ../../..

0 comments on commit a578457

Please sign in to comment.