[qooxdoo-devel] How to use an external css url
Brought to you by:
ecker,
martinwittemann
|
From: sathiyaraj <sat...@gm...> - 2017-09-25 18:22:27
|
HI,
In my project is require some external CSS file. I follow the instruction
into Qooxdoo config.json but not yet get any result.
"build-script" :
{
"copy-files" :
{
"files" :
[
"vendor/*.js",
"login.html",
"favicon.png",
"public"
],
"add-css" :
[
{
"uri" : "https:/xxxxxxxxxxxx/external_styles.css"
}
],
"source" : "${ROOT}/source/",
"target" : "${ROOT}/build/"
}
--
Sent from: http://qooxdoo.678.n2.nabble.com/
|