1
0
Prechádzať zdrojové kódy

comments are comments in app.build.js

Herbert Vojčík 10 rokov pred
rodič
commit
1831a0f5bd
1 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 5 3
      root/app.build.js

+ 5 - 3
root/app.build.js

@@ -1,9 +1,11 @@
 ({
     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",
+        // 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"
     },