Skip to content
Alexander M edited this page Jan 8, 2018 · 1 revision

ig build

Overview

ig build builds the application into an output directory

Creating a build

ig build

The build artifacts will be stored in the output/ directory.

NPM packages

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.

CSS resources

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/.

Full ES2015 support

Your project is build in ES2015 mode by default.