1
0
فهرست منبع

app.build.js does not need explicit paths mapping...

... for jquery[-ui], provided it uses newest amber-cli,
which uses amber-dev ~0.2.0, which find which of the files
actually exists in amber config and use that one directly in config.js.
Herbert Vojčík 10 سال پیش
والد
کامیت
10590f98f5
1فایلهای تغییر یافته به همراه0 افزوده شده و 9 حذف شده
  1. 0 9
      root/app.build.js

+ 0 - 9
root/app.build.js

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