Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(app-launcher): modified ngx-forge package module to use index.js
Fixes: fabric8-launcher#93 Tested via npm link with fabric8-ui. While the ngx-forge.js bundle is still available, this helps fabric8-ui build performance because Angular isn’t resolving duplicates. This also means that fabric8-ui can install its own dependencies instead of packages being embedded in the ngx-forge.js bundle. - Copied HTML and CSS to the correct dist/src/app directories instead of dist/app - Copied missing images to dist/src/assets - Modified package.json module to use index.js - Fixed components with missing HTML and CSS paths - Moved styleUrls after templateUrl so grunt can properly rename files from “.less” to “.css” - Removed duplicate trigger attributes to avoid linter attr-no-duplication errors - bumped package version number for next release
- Loading branch information