Skip to content

Commit f5d5aa6

Browse files
committed
Merge branch 'master' into vselect
# Conflicts: # src/App.vue # src/components/DropdownStep.vue
2 parents 7142cf3 + 151ea88 commit f5d5aa6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+673
-904
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ For information on contributing, please see [Creative Commons' Contribution Guid
2828

2929
If you create a PR for your work, but you are not finished yet, please include `WIP:` in the beginning of your PR title. When your work on your PR is completed and you are ready for a final review, please remove the `WIP:` prefix from the title to indicate that your work is done.
3030

31-
Here's a [handy link](https://github.com/creativecommons/chooser/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22+-label%3A%22in+progress%22) that will show you all open issues in this repo that have the `help wanted` tag, but do not have the `in progress` tag.
32-
All issues in this list are up for grabs!
31+
Here's a [handy link](https://github.com/creativecommons/chooser/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22+-label%3A%22in+progress%22) that will show you all open issues in this repo that have the `help wanted` tag, but do not have the `in progress` tag.
32+
All issues in this list are up for grabs!
3333
If it says "No results matched your search", then there are no issues currently up for grabs.
3434

3535
*If no progress has been made on an issue for seven days after assignment, the assignment will be removed to allow others to contribute.*
@@ -42,8 +42,10 @@ $ npm run test
4242
```
4343
To run e2e tests, you must have Java installed. [[download Java here](https://java.com/download/)]
4444

45+
## CSS Build
46+
The Chooser uses PostCSS plugin for PurgeCSS to make CSS bundle size smaller. It automatically removes unused CSS based on the classes found in the final built bundle. Some styles for dynamic components or dynamically-imported files can also be removed. If you find that the built site misses some styles, you can manually add the necessary classes or Regex expressions to the `safelist` array in the `postcss.config.js` file.
4547

4648
## Deployment
47-
The chooser is deployed to GitHub Pages. The source files for the beta deployment are contained in the `./docs/` dir, and are live. Any changes to this dir's contents will be automatically deployed, so please take care when making modifications to this location.
49+
The chooser is deployed to GitHub Pages. The source files for the beta deployment are contained in the `./docs/` dir, and are live. Any changes to this dir's contents will be automatically deployed, so please take care when making modifications to this location.
4850

49-
To update the dist bundle, run ```$ npm run build```, and copy the generated files from `./dist/` to `./docs/`, taking care to not delete the CNAME file in `./docs/`.
51+
To update the dist bundle, run ```$ npm run build```. This and copy the generated files from `./dist/` to `./docs/`, taking care to not delete the CNAME file in `./docs/`.

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chooser-beta.creativecommons.org
1+
chooser-beta.creativecommons.org

docs/css/app.3dcf1942.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/css/app.600dc745.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

docs/img/cc-_icon.e9c024db.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/img/cc-by_icon.7813b579.svg

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/img/cc-cc0_icon.e9c024db.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/img/cc-nc-eu_icon.112972ad.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/img/cc-nc-jp_icon.f5536ad3.svg

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)