Skip to content

Instantly share code, notes, and snippets.

@arackaf
Last active April 13, 2016 01:08
Show Gist options
  • Save arackaf/09ef60c085a77a8367ccab337fce7af0 to your computer and use it in GitHub Desktop.
Save arackaf/09ef60c085a77a8367ccab337fce7af0 to your computer and use it in GitHub Desktop.
utilityDependencyBundles: [
{ what: 'notes/components/content/clientHealth**/* - ' + notesContentExc, saveTo: 'notes-health-content' },
{ what: 'notes/components/content/clientHealth**/*.htm!text', saveTo: 'notes-health-content-html' },
{ what: 'notes/components/content/client**/* - ' + notesContentExc, saveTo: 'notes-client-content' },
{ what: 'notes/components/content/client**/*.htm!text', saveTo: 'notes-client-content-html' },
{ what: 'notes/components/content/form**/* - ' + notesContentExc, saveTo: 'notes-form-content' },
{ what: 'notes/components/content/form**/*.htm!text', saveTo: 'notes-form-content-html' },
{ what: 'notes/components/content/learn**/* - ' + notesContentExc, saveTo: 'notes-learn-content' },
{ what: 'notes/components/content/learn**/*.htm!text', saveTo: 'notes-learn-content-html' }
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment