Skip to content

Instantly share code, notes, and snippets.

@sdolard
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save sdolard/a3cf1055dd46978d1d89 to your computer and use it in GitHub Desktop.

Select an option

Save sdolard/a3cf1055dd46978d1d89 to your computer and use it in GitHub Desktop.
Preproc
Nws.Utils.doFoo = function () {
console.log('common foo');
#ifdef MULTISITE
console.log('do foo');
#elif defined(STANDALONE)
console.log('do foo');
#endif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment