Add posthook examples
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/aya/trunk@83 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
parent
057089c20e
commit
41c95cb9ff
3
examples/posthook-less.sh
Normal file
3
examples/posthook-less.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
lessc < $AYA_OUTDIR/styles.less > $AYA_OUTDIR/styles.css
|
||||
|
2
examples/posthook-sass.sh
Normal file
2
examples/posthook-sass.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sassc --style compressed $AYA_OUTDIR/styles.scss $AYA_OUTDIR/styles.css
|
Loading…
x
Reference in New Issue
Block a user