Skip to content

Instantly share code, notes, and snippets.

@msuarz
Created April 27, 2012 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msuarz/2509786 to your computer and use it in GitHub Desktop.
Save msuarz/2509786 to your computer and use it in GitHub Desktop.
callback
exports.build_multiple_files_engine = (done) ->
add_file 'people_perf_multiple', 'common', files.common, ->
add_file 'people_perf_multiple', 'test', files.test_common, ->
add_file 'people_perf_multiple', 'test1', files.test1, ->
add_file 'people_perf_multiple', 'test2', files.test2, done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment