todo-webclient/project.zsh

18 lines
401 B
Bash
Raw Normal View History

2019-11-20 19:22:51 +01:00
package=todo-webclient
version=0.1
2019-12-09 03:37:55 +01:00
#targets=(todoc)
#type[todoc]=crystal
#sources[todoc]=src/client.cr
#depends[todoc]="$(find src | grep .cr$ | grep -v src/client.cr)"
2019-11-22 16:52:50 +01:00
2019-11-20 19:22:51 +01:00
targets+=(main.js)
type[main.js]=livescript
sources[main.js]=client/index.ls
depends[main.js]="$(ls client/*.ls | grep -v /index.ls$ | tr '\n' ' ')"
targets+=(style.css)
type[style.css]=sass
sources[style.css]=client/style.sass