1

I am using xstyle plugin into my dojo build process.

All css is concatenated and minified, but I have notice that it translate ASCII reference like this

#test {
  content:  "\f000"
}

to this:

#test {
  content: "";
}

I need instead to keep the same ASCII value as content: "\f000" in the final CSS style.

In my specific case I am building a dojo flat theme which include Font Awasome.

How to achieve this?

GibboK
  • 71,848
  • 143
  • 435
  • 658
  • 1
    I feel your pain. Not a lot of info or even decent info out there on the Dojo build process. Just a lot of smashing one's head against the wall. – hungerstar Feb 01 '16 at 15:02

0 Answers0