Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Remove unmaintained notices
Browse files Browse the repository at this point in the history
Add myself to contributors 🙌

Closes #355
  • Loading branch information
alampros committed Jun 1, 2017
1 parent 015ad38 commit 00deece
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 21 deletions.
7 changes: 0 additions & 7 deletions Issue_Template.md

This file was deleted.

9 changes: 1 addition & 8 deletions Pull_Request_Template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
**PROJECT IS NOT ACTIVELY MAINTAINED**

Which means I will not receive a notification about this pull request.

If you want your pull request to be merged:
If you want your pull request to be merged, please:

1. Explain the use case or bug you’re solving.
2. Add tests.
3. Add docs.
4. Mention sapegin.

If you want to maintain the project, please contact me: http://sapegin.me/
8 changes: 3 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[![Build Status](https://travis-ci.org/sapegin/grunt-webfont.svg)](https://travis-ci.org/sapegin/grunt-webfont)
[![Downloads on npm](http://img.shields.io/npm/dm/grunt-webfont.svg?style=flat)](https://www.npmjs.com/package/grunt-webfont)

**grunt-webfont needs a new project maintainer: [let me know](http://sapegin.me/) if you want to help.**

Generate custom icon webfonts from SVG files via Grunt. Inspired by [Font Custom](https://github.com/FontCustom/fontcustom).

This task will make all you need to use font-face icon on your website: font in all needed formats, CSS/Sass/Less/Stylus and HTML demo page.
Expand Down Expand Up @@ -276,10 +274,10 @@ Custom font path. Will be used instead of `destCss` *in* CSS file. Useful with C
Type: `boolean` Default: `false`

Create font-path variables for `less`, `scss` and `sass` files. Can be used to override the `relativeFontPath`
in custom preprocessor tasks or configs.
in custom preprocessor tasks or configs.

The variable name is a combination of the `font` name appended with `-font-path`.


#### version

Expand Down Expand Up @@ -631,7 +629,7 @@ And finally, the third, for `icon-web-home.html`, a file that has access to the
You can change CSS file syntax using `stylesheet` option (see above). It change file extension (so you can specify any) with some tweaks. Replace all comments with single line comments (which will be removed after compilation).

### Dynamic font-path
You can enable the `fontPathVariables` in combination with `relativeFontPath` to create a overridable font-path.
You can enable the `fontPathVariables` in combination with `relativeFontPath` to create a overridable font-path.

For example scss:
```scss
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"url": "http://sapegin.me/"
},
"contributors": [
"Maxime Thirouin (http://moox.io/)"
"Maxime Thirouin (http://moox.io/)",
"Aaron Lampros (https://github.com/alampros)"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 00deece

Please sign in to comment.