-
Notifications
You must be signed in to change notification settings - Fork 4
Build
Alexander M edited this page Jan 8, 2018
·
1 revision
ig build
builds the application into an output directory
ig build
The build artifacts will be stored in the output/
directory.
The build
command will install the npm packages that the project depends on. By default, it will install the OSS version of Ignite UI but it checks if a full version is required (if a grid component is added, for example) and will swap the OSS package for the full version, after asking you for your Infragistics credentials. You can find more information on how to install the full package in this topic.
Resources in CSS, such as images and fonts, will be copied over automatically as part of a build.
You'll see these resources be outputted at the root of output/
.
Your project is build in ES2015 mode by default.