Skip to content

Commit

Permalink
Update readme to reflect cssDestBasePath
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefgneves committed May 30, 2014
1 parent 3843d23 commit e2e70d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ Type: `number` Default: `512`

The height of the outputed fonts.

#### cssDestBasePath

Type: `string` Default: `client`

Path where the generated CSS should be outputed.


#### descent

Type: `number` Default: `64`
Expand Down
2 changes: 1 addition & 1 deletion plugin/iconfont.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var handler = function (compileStep) {
fontFaceBaseURL: '/fonts/icons',
fontName: 'icons',
fontHeight: 512,
cssDestBasePath: 'client/',
cssDestBasePath: 'client',
descent: 64,
normalize: true,
classPrefix: 'icon-',
Expand Down

0 comments on commit e2e70d3

Please sign in to comment.