Skip to content

Instantly share code, notes, and snippets.

@Shu-Ji
Last active August 29, 2015 14:08
Show Gist options
  • Save Shu-Ji/d949fcaebbadec094a09 to your computer and use it in GitHub Desktop.
Save Shu-Ji/d949fcaebbadec094a09 to your computer and use it in GitHub Desktop.
# main.coffee
require.config
baseUrl: '/static'
paths:
vendor: dg.static_url['vendor']
# 其他配置略....
deps: [
dg.static_url['common/app.js'],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment