This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eab95d4
commit 9f2282e
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
*/ | ||
|