Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.fantasticonrc.js')
-rw-r--r--.fantasticonrc.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/.fantasticonrc.js b/.fantasticonrc.js
index 3445d657a..494c6339b 100644
--- a/.fantasticonrc.js
+++ b/.fantasticonrc.js
@@ -9,14 +9,14 @@ module.exports = {
fontsUrl: './fonts',
formatOptions: {
json: {
- // render the JSON human readable with two spaces indent (default is none, so minified)
+ // render the JSON human readable with two spaces indentation (default is none, so minified)
indent: 2
}
},
// Use a custom Handlebars template
templates: {
- css: './src/css.hbs',
- html: './src/html.hbs'
+ css: './build/font/css.hbs',
+ html: './build/font/html.hbs'
},
pathOptions: {
json: './font/bootstrap-icons.json',