(deprecated) build

Builds the set of MobileFirst resources that are most local to the current working directory.

mfp build is deprecated, see Features deprecated in V7.1.0. Use mfp push instead.

Syntax

mfp build [--minify|-m] [--concatenate|-c]

Parameters

--minify|-m
Enables minification. The default is to not minify resources during the build. For more information, see the build config command.
--concatenate|-c
Enables concatenation. The default is to not concatenate resources during the build. For more information, see the build config command.

Usage

  • If you run the command from the root folder of your project, the command builds all the apps and adapters in the project.
  • If you run the command from the apps folder, the command builds all the apps in the project.
  • If you run the command from the folder of a specific adapter, the command builds that one adapter.