app.build.js 478 B

123456789101112
  1. ({
  2. mainConfigFile: "config.js",
  3. paths: {
  4. __comment1: "paths for jquery-ui and jquery must be set manually",
  5. __comment2: "because r.js is unable to process array path mapping",
  6. __comment3: "how to finally solve this is open issue",
  7. "jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
  8. "jquery": "bower_components/jquery/jquery.min"
  9. },
  10. include: ['{%= namespace %}/{%= name %}', 'amber/deploy'],
  11. out: "all-in-1.js"
  12. })