Skip to content

Instantly share code, notes, and snippets.

@stephanie-gredell
Created May 28, 2015 04:02
Show Gist options
  • Save stephanie-gredell/5a4feb78e138c5579cdd to your computer and use it in GitHub Desktop.
Save stephanie-gredell/5a4feb78e138c5579cdd to your computer and use it in GitHub Desktop.
Separate requirejs configs from app
require.config({
deps: ['app'], //just make your app file a dependency
paths: {
//...
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment