Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Feb 4, 2024
1 parent 64e7769 commit eb8e009
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 12,988 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.16
0.0.18
6 changes: 0 additions & 6 deletions bin/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/js/index.js.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions bin/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,15 @@ async function main() {
);

// SCSS Font Variables
await fontGenerator.generateFonts(
CONFIG.path.font_input,
CONFIG.path.font_output,
{
assetTypes: [ "scss", ],
pathOptions: { scss: path.join(CONFIG.path.src, 'scss', 'variables', '_font.scss'), },
templates: { scss: path.join(CONFIG.path.src, 'hbs', '_variables_font.scss.hbs'), },
}
);
// await fontGenerator.generateFonts(
// CONFIG.path.font_input,
// CONFIG.path.font_output,
// {
// assetTypes: [ "scss", ],
// pathOptions: { scss: path.join(CONFIG.path.src, 'scss', 'variables', '_font.scss'), },
// templates: { scss: path.join(CONFIG.path.src, 'hbs', '_variables_font.scss.hbs'), },
// }
// );
// SCSS Font Face
await fontGenerator.generateFonts(
CONFIG.path.font_input,
Expand Down Expand Up @@ -512,10 +512,10 @@ async function main() {
// path.join('.', 'LICENSE-CODE'),
// CONFIG.path.dist,
// )
fileCopier.copyFileToDirectory(
path.join(CONFIG.path.src, 'html', 'test.html'),
CONFIG.path.dist,
)
// fileCopier.copyFileToDirectory(
// path.join(CONFIG.path.src, 'html', 'test.html'),
// CONFIG.path.dist,
// )

// Copy Dirs
// --------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dist/css/icon.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/icon.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/html/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
color: #666;
color: rgb(205, 205, 205);
}
</style>

<link rel="stylesheet" type="text/css" href="./css/icon.css" />
<link rel="stylesheet" type="text/css" href="../css/icon.css" />

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icon.gl",
"version": "0.0.16",
"version": "0.0.18",
"description": "icon.gl is a icon library and framework developed by Scape Agency.",
"keywords": [
"icon.gl",
Expand Down
2 changes: 1 addition & 1 deletion dist/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@use "sass:math"; // Provides mathematical functions.

$icongl_font_dir: "./font" !default;
$icongl_font_dir: "../font" !default;


// Core Style Imports
Expand Down
2 changes: 1 addition & 1 deletion dist/scss/variables/_font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// ============================================================================

$icongl_font: "icongl" !default;
$icongl_font_dir: "./font" !default;
$icongl_font_dir: "../font" !default;
$icongl_font_hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default;


Expand Down
Loading

0 comments on commit eb8e009

Please sign in to comment.