1
0

app.build.js 613 B

1234567891011121314
  1. ({
  2. mainConfigFile: "config.js",
  3. paths: {
  4. // paths for jquery-ui and jquery must be set manually
  5. // because r.js is unable to process array path mapping
  6. // how to finally solve this is open issue
  7. // if these do not match your config, try the alternative one
  8. // find the alternatives inside your config.js paths: section
  9. "jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
  10. "jquery": "bower_components/jquery/jquery.min"
  11. },
  12. include: ['{%= namespace %}/{%= name %}', 'amber/deploy', 'amber/requirejs/require.min'],
  13. out: "all-in-1.js"
  14. })