Skip to content

Instantly share code, notes, and snippets.

@kreyssel
Created March 11, 2013 09:18
Show Gist options
  • Save kreyssel/5132989 to your computer and use it in GitHub Desktop.
Save kreyssel/5132989 to your computer and use it in GitHub Desktop.
profiles.js for r.js for a jquery, angularjs, bootstrap project
({
baseUrl : ".",
optimize : "closure",
closure : {
CompilerOptions : {
languageIn : com.google.javascript.jscomp.CompilerOptions.LanguageMode.ECMASCRIPT5_STRICT
},
CompilationLevel : 'SIMPLE_OPTIMIZATIONS',
loggingLevel : 'WARNING'
},
skipDirOptimize : true,
modules : [ {
name : "js/app",
create : true,
include : [ "lib/jquery/jquery", "lib/angularjs/angular",
"lib/bootstrap/js/bootstrap-alert", "js/controllers",
"js/extensions" ]
} ]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment