Skip to content

Instantly share code, notes, and snippets.

@codegirl-007
Created May 28, 2015 04:02
Show Gist options
  • Save codegirl-007/5a4feb78e138c5579cdd to your computer and use it in GitHub Desktop.
Save codegirl-007/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