Skip to content

Instantly share code, notes, and snippets.

@jwhitley
Created December 1, 2011 00:51
Show Gist options
  • Save jwhitley/1412355 to your computer and use it in GitHub Desktop.
Save jwhitley/1412355 to your computer and use it in GitHub Desktop.
{
baseUrl: '/path/to/rails_root/tmp/assets',
dir: '/path/to/rails_root/public/assets',
modules: [
{ name: 'application' },
{ name: 'users' }
],
fileExclusionRegExp: /.?/,
paths: {
d3: 'd3/d3',
'd3.time': 'd3/d3.time'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment