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:
authorXhmikosR <xhmikosr@gmail.com>2020-12-30 22:42:45 +0300
committerGitHub <noreply@github.com>2020-12-30 22:42:45 +0300
commite2994cc531f3bdb516bd6e7a293d0443b5660aa4 (patch)
tree8e8e5cda18b1972e0266c7c42d627e360306f7e8 /.fantasticonrc.js
parent2fab4138db79ea1f3fa355c57c44b1b1b13814af (diff)
Move font templates to build/font (#628)
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',