diff --git a/README.md b/README.md index 6ffc95b..cb144ac 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/plugin/iconfont.js b/plugin/iconfont.js index 1e11a66..022689b 100644 --- a/plugin/iconfont.js +++ b/plugin/iconfont.js @@ -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-',