https://github.com/patternfly/angular-patternfly-sass
A special version of angular-patternfly which is dependent on the SASS port of PatternFly
https://github.com/patternfly/angular-patternfly-sass
Last synced: 2 months ago
JSON representation
A special version of angular-patternfly which is dependent on the SASS port of PatternFly
- Host: GitHub
- URL: https://github.com/patternfly/angular-patternfly-sass
- Owner: patternfly
- License: other
- Created: 2016-02-25T14:41:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T13:46:18.000Z (over 8 years ago)
- Last Synced: 2024-12-18T21:17:55.228Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 9.06 MB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Official SASS port for [angular-patternfly](https://github.com/patternfly/angular-patternfly)
This repository contains a special version of [angular-patternfly](https://github.com/patternfly/angular-patternfly) which is dependent on the [SASS port](https://github.com/patternfly/patternfly-sass) of PatternFly.
* Web site: https://www.patternfly.org
* API Docs: http://angular-patternfly.rhcloud.com/#/api
Because this port differs from the original package in **two lines**, the versions are **stored as git tags only**, i.e. they are not available in branches.
## Conversion
```bash
./convert.sh
```
This script:
* Downloads the tagged commit from the remote source and creates a new branch
* Replaces the `patternfly` dependency to `patternfly-sass` in `bower.json` and `package.json` and commits it
* Creates the tag and pushes it to the server together with the branch (updating the bower package)
* Publishes the npm package
* The branch is deleted both locally and remotely
## Contributing
We're always interested in contributions from the community.
Please ensure that your PR provides the following:
* Detailed description of the proposed changes
* Rebased onto the latest master commit