Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
#22 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonLi8 committed Jan 17, 2020
1 parent eab95d4 commit 9f2282e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
*
* If the project is a requirejs project (indicated in the buildrc file), will use the r.js build optimizer to compile
* the project into one file before minifying and transpiling. See https://requirejs.org/docs/optimization.html.
* This file will only optimize the .js files in the source directory and move it to the build directory. There is
* an option to generate a _build.html file with the requirejs minified code as the only script. This only works if
* there is an index.html file.
* There is an option to generate a _build.html file with the requirejs minified code as the only script. This only
* works if there is an index.html file.
*
* If the project isn't a requirejs project, this will minify each file in the source directory and copy it over
* to the build directory.
* Otherwise, if the project isn't a requirejs project, this file will optimize the .js files in the source directory
* and copy it over it to the build directory (with the same relative subdirectory paths).
*
* @author Brandon Li <[email protected]>
*/
Expand Down

0 comments on commit 9f2282e

Please sign in to comment.