Last active
April 13, 2016 01:08
-
-
Save arackaf/09ef60c085a77a8367ccab337fce7af0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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