Ignite UI package for the Ignite UI Page Designer.
- Go to web-designer, master branch. Pull latest.
- It should have this repo as a git submodule; run
git submodule init
andgit submodule update
(see here for more info). - Go to
cd <web-designer root>/modules/igniteui
(where the repo should be added as a submodule). - Run
npm install
; this should get all package dependencies. - Go to
cd ../..
to get back to parent repo of web-designer and rungrunt build
. This should build this package and then grab its dist output and put it into the lib/packages dir, so it will be available along with the other packages currently under src/packages (both are mounted when running grunt server). - Run
grunt server
from the web-designer repo dir, and it should run, loading both packages in src/packages as well as any in lib/packages.
You should see the Bootstrap package in the IDE. You can work on both the web-designer and ig-pkg-igniteui repos independently. Git treats submodules as their own repos.
ig-pkg-igniteui is just on master for now.