Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Argument | Description |
  2. -------- | ----------- |
  3. appDir | The top level directory that contains your app. If this
  4. option is used then it assumed your scripts are in |a subdirectory under this path. This option is not required. If it is not specified, then baseUrl below is the anchor point for finding things. If this option is specified, then all the files from the app directory will be copied to the dir: output area, and baseUrl will assume to be a relative path under this directory.
  5. baseUrl | By default, all modules are located relative to this path. If baseUrl is not explicitly set, then all modules are loaded relative to the directory that holds the build file. If appDir is set, then baseUrl should be specified as relative to the appDir.
  6. dir | The directory path to save the output. If not specified, then the path will default to be a directory called "build" as a sibling to the build file. All relative paths are relative to the build file.
  7. modules | List the modules that will be optimized. All their immediate and deep dependencies will be included in the module's file when the build is done. If that module or any of its dependencies includes i18n bundles, only the root bundles will be included unless the locale: section is set above.
  8.  
  9. <table width="300">
  10. <tr>
  11. <td> This is some text </td>
  12. <td> This is some somewhat longer block of text </td>
  13. <td> This is some very long block of text repeated to make it even longer. This is some very long block of text repeated to make it even longer. This is some very long block of text repeated to make it even longer. </td>
  14. </tr>
  15. </table>
  16.  
  17. <table>
  18. <tr>
  19. <th>Argument</th>
  20. <th>Description</th>
  21. </tr>
  22. <tr>
  23. <td>appDir</td>
  24. <td>The top level directory that contains your app. If this option is used then
  25. it assumed your scripts are in</td>
  26. </tr>
  27. <tr>
  28. <td>baseUrl</td>
  29. <td>By default, all modules are located relative to this path. If baseUrl is not
  30. explicitly set, then all modules are loaded relative to the directory that holds
  31. the build file. If appDir is set, then baseUrl should be specified as relative
  32. to the appDir.</td>
  33. </tr>
  34. <tr>
  35. <td>dir</td>
  36. <td>The directory path to save the output. If not specified, then the path will
  37. default to be a directory called "build" as a sibling to the build file. All
  38. relative paths are relative to the build file.</td>
  39. </tr>
  40. <tr>
  41. <td>modules</td>
  42. <td>List the modules that will be optimized. All their immediate and deep
  43. dependencies will be included in the module's file when the build is done. If
  44. that module or any of its dependencies includes i18n bundles, only the root
  45. bundles will be included unless the locale: section is set above.</td>
  46. </tr>
  47. </table>
  48.  
  49. | key | description |
  50. | --- | --- |
  51. | foo | bla bla blabla bla blabla bla bla |
  52. | | bla bla blabla bla bla bla bla bla |
  53. | bar | something else bla |
  54.  
  55. * foo
  56. * bla bla bla bla bla bla bla bla bla bla
  57. bla bla bla bla bla bla bla bla bla
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement