Hi,

You basically needs to rebuild the entire package from source at that
point. The files are inter-dependent, bundled, and stamped with a
versioning hash, so you can't really modify them and run something within
your tree.

If you're working to make customizations, the best option is probably to
write an extension that inserts new CSS files into every page, overriding
existing rules. This will help with maintenance and give you a way to
easily turn these customizations on/off or replicate them in a testing
environment.

You'd essentially create a small extension shipping new .less files and
referencing then in a static media bundle within the extension definition.
Then you'd build the package, install it, and enable it in Review Board.

(I'm assuming you're running 2.0.x.)

For an example, see:
https://github.com/reviewboard/rb-extension-pack/blob/master/rbmotd/

Christian


On Tuesday, December 2, 2014, <jameslam91...@gmail.com> wrote:

> Hello Review Board users,
>
> I was hoping to make modifications to the .less files provided by Review
> Board (common.less, diffviewer.less). However, after making edits, the
> changes are not reflected on our Review Board instance. I suspect this is
> because the .less files are not being recompiled to .css files. Is there a
> way to manually retrigger this compiling? Or a `lessc` command that I can
> use to generate the correct .css files?
>
> Thanks!
>
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to