18 lines
401 B
Bash
18 lines
401 B
Bash
|
|
package=todo-webclient
|
|
version=0.1
|
|
|
|
#targets=(todoc)
|
|
#type[todoc]=crystal
|
|
#sources[todoc]=src/client.cr
|
|
#depends[todoc]="$(find src | grep .cr$ | grep -v src/client.cr)"
|
|
|
|
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
|