Guest User

Untitled

a guest
Jan 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pre_processed_code = `cpp -E -Xpreprocessor -DDebug app.coffee`
  2.  
  3. <% if environment == 'production' %>
  4. log = (args...) ->
  5. # no-op
  6. <% else %>
  7. log = (args...) ->
  8. console.log(args...)
  9. <% end %>
Add Comment
Please, Sign In to add comment