Home » U++ Library support » U++ MT-multithreading and servers » Skylark - serving CSS style sheets
Re: Skylark - serving CSS style sheets [message #40293 is a reply to message #40285] |
Mon, 15 July 2013 21:58   |
|
mdelfede wrote on Mon, 15 July 2013 14:22 | Hi, Honza,
thank you very much for answeriny.
I already use somewhere the .brc files, but I think that it would be better to have some more 'smart' way to handle styles, javascript and image files, without having to do manually all the .brc mechanics.
Ciao
Max
|
Manually? How can it be any easier than this:
BINARY_MASK(scripts, "js/*.js")
BINARY_MASK(styles, "css/*.css")
BINARY_MASK(images, "img/*.jpg")

Honza
[Updated on: Mon, 15 July 2013 21:58] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Aug 28 12:51:05 CEST 2025
Total time taken to generate the page: 0.07254 seconds
|