Each file in this directory represents options to a particular build task.
This task helps us validate our file casing is consistent to avoid having build errors on case sensitive file systems.
This task cleans up our build output.
This task is used to build the strings resource file ui.strings.js.
This task enables our unit tests to run locally so that you can try them out in different browsers.
This task moves files from the source tree into the build output folder.
This task checks our output files for correctness using JSHint. It only runs on "release" builds currently.
This task builds CSS files from our LESS source files.
This task replaces certain tokens in our output files (like build number) with their final values.
This task compiles our static files using the r.js optimizer.
This task is used to run our tests on different browsers during a TravisCI run.
This task enables a legacy test runner.
This task minifies our build output.