projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bad0eb9
)
Fabfile now bundles.
author
dsc
<dsc@less.ly>
Wed, 9 May 2012 00:46:50 +0000 (17:46 -0700)
committer
dsc
<dsc@less.ly>
Wed, 9 May 2012 00:46:50 +0000 (17:46 -0700)
Cokefile
patch
|
blob
|
history
diff --git
a/Cokefile
b/Cokefile
index
4cb0a92
..
efbf256
100644
(file)
--- a/
Cokefile
+++ b/
Cokefile
@@
-83,7
+83,10
@@
task \clean 'Clean up environment and artifacts' ->
task \source_list 'Print a list of the source file paths.' ->
invoke \setup
{sources} = require 'kraken/server/view-helpers'
- say sources("www/modules.yaml", 'dev').join '\n'
+ say do
+ sources("www/modules.yaml", 'dev')
+ .map -> it.slice 1
+ .join '\n'
# task \dist 'Assemble a distribution package for deploy' ->
# invoke \cleanup_tests