Hi, I can't find the file res/css/.
res/css/
domkit/build.fan:
override Void compile() { super.compile compileCss }
I think the compileCss should be call before super.compile.
compileCss
super.compile
Yes -- thank you :)
Login or Signup to reply.
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
compileCssshould be call beforesuper.compile.andy Mon 29 Jan 2018
Yes -- thank you :)