#2679 The domkit compile fail

go4 Sun 28 Jan 2018

Hi, I can't find the file res/css/.

domkit/build.fan:

override Void compile()
{
  super.compile
  compileCss
}

I think the compileCss should be call before super.compile.

andy Mon 29 Jan 2018

Yes -- thank you :)

Login or Signup to reply.