-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.wr
37 lines (29 loc) · 946 Bytes
/
.wr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-----------------------------------------------------
# default wr command, files, options
#-----------------------------------------------------
#-----------------------------------------------------
# options
#-----------------------------------------------------
--verbose
--chime 1
#-----------------------------------------------------
# set some funky colors
#-----------------------------------------------------
--color-stdout blue.bold
--color-stderr red.bold
--color-info yellow.inverse.white
--color-success cyan.inverse.white
--color-error magenta.inverse.white
#-----------------------------------------------------
# command to run
#-----------------------------------------------------
make
#-----------------------------------------------------
# directories to watch
#-----------------------------------------------------
bin
lib-src
expected-missing-thing-to-generate-error-message
package.json
Makefile
.wr