Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created May 18, 2018 16:22
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 craigsimps/68ad35fdcb3b78d89116349892352e45 to your computer and use it in GitHub Desktop.
Save craigsimps/68ad35fdcb3b78d89116349892352e45 to your computer and use it in GitHub Desktop.
toolkit.extendConfig({
/* ... Shortened for readability. */
js: {
'global': [ /* File will be output as global.js and global.min.js */
'develop/js/responsive-menus.js',
'develop/js/backstretch.jquery.js',
'develop/js/bxslider.jquery.js',
'develop/js/main.js'
],
'account': [ /* File will be output as account.js and account.min.js */
'develop/js/rate-calculator.js',
'develop/js/profile.js',
'develop/js/account-init.js'
]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment