Skip to content

Instantly share code, notes, and snippets.

@nambrot
Created June 23, 2014 22:37
Show Gist options
  • Save nambrot/32851dc9229334337eff to your computer and use it in GitHub Desktop.
Save nambrot/32851dc9229334337eff to your computer and use it in GitHub Desktop.
requirejs: {
contentscript: {
options: {
optimize: 'none',
generateSourceMaps: true,
baseUrl: "app/scripts",
mainConfigFile: "app/contentscript_config.js",
name: "../bower_components/almond/almond",
include: ['contentscript_src'],
out: "app/scripts/contentscript.js"
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment