GoServer/Makefile

5 lines
148 B
Makefile
Raw Permalink Normal View History

2018-05-25 12:43:30 -07:00
generate-elm :
cd external/GoUI && elm make Go.elm --output ../../public/js/Go.js
generate-css :
scss public/scss/main.scss > public/css/main.css