https://github.com/igniteui/ig-pkg-bootstrap
Bootstrap package for the Ignite UI Web designer.
https://github.com/igniteui/ig-pkg-bootstrap
Last synced: 6 months ago
JSON representation
Bootstrap package for the Ignite UI Web designer.
- Host: GitHub
- URL: https://github.com/igniteui/ig-pkg-bootstrap
- Owner: IgniteUI
- License: mit
- Created: 2013-11-11T19:15:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T08:24:32.000Z (over 2 years ago)
- Last Synced: 2025-06-26T15:51:36.701Z (10 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 19
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ignite UI Page Designer Bootstrap Toolbox Package
================
Bootstrap package for the Ignite UI Page designer.
# To get set up using this with the Page Designer project..
1. Go to web-designer, master branch. Pull latest.
2. It should have this repo as a git submodule; run `git submodule init` and `git submodule update` ([see here for more info](http://joncairns.com/2011/10/how-to-use-git-submodules/#cloning)).
3. Go to `cd /modules/bootstrap` (where the repo should be added as a submodule).
4. Run `npm install`; this should get all package dependencies.
5. Go to `cd ../..` to get back to parent repo of web-designer and run `grunt 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).
6. 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-bootstrap repos independently. Git treats submodules as their own repos.
ig-pkg-bootstrap is just on master for now.