Browse Source

Adding app.build.js file to project template

Herbert Vojčík 10 years ago
parent
commit
269d5599e9
1 changed files with 12 additions and 0 deletions
  1. 12 0
      root/app.build.js

+ 12 - 0
root/app.build.js

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