Skip to content

Commit

Permalink
Merge pull request #5 from oetiker/new-namespace
Browse files Browse the repository at this point in the history
update namespace
  • Loading branch information
oetiker authored Jun 21, 2018
2 parents fe5a18c + 0a8129b commit ce94de4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"email": "tobi@itis.ethz.ch"
}
],
"version" : "0.0.3",
"version" : "0.0.4",
"qooxdoo-range": "6.0.0-alpha-20180529 - 6.x"
},

"provides" :
{
"namespace" : "iconfont",
"namespace" : "iconfont.fontawesome5",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ qx contrib install ITISFoundation/qx-iconfont-fontawesome5

To induce the compiler to copy the font file you can either add a 'dummy' call to:

`iconfont.FontAwesome5;`
`iconfont.fontawesome5.Load;`

to your appliaction or you can explicitly include the class in the `compile.json` file.

Expand Down
2 changes: 1 addition & 1 deletion compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name": "iconbrowser",
"writeIndexHtmlToRoot": true,
"include": [
"iconfont.FontAwesome5"
"iconfont.fontawesome5.Load"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion source/class/iconbrowser/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ qx.Class.define("iconbrowser.Application", {
// font files to the output class.
// you could also explicitly include the class in the compile.json file

// iconfont.FontAwesome5;
// iconfont.fontawesome5.Load;

let copy = document.createElement("input");
document.body.appendChild(copy);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* @asset(iconfont/fontawesome5/*)
*/
qx.Class.define("iconfont.FontAwesome5", {});
qx.Class.define("iconfont.fontawesome5.Load", {});

0 comments on commit ce94de4

Please sign in to comment.