wefork / wekan

The open-source Trello-like kanban (built with Meteor)
https://wekan.io
MIT License
61 stars 12 forks source link

Override template & css #89

Closed Abacaxi-Nelson closed 7 years ago

Abacaxi-Nelson commented 7 years ago

Hi,

I'm quite new on meteor, and i'm challenging my self in customizing this awesome app for my needs.

Css I see a lot of stylus files, but i don't how to override some styles without breaking code projets (in case of some future code fixes).

I don't find any global style files which import all styles. Is stylus making some magics to build/merge/include a single css file ?

Template In blaze, is there any way to override a template ?

thanks, Nelson

xet7 commented 7 years ago

@tugal

In meteor build process templates, CSS, javascript etc is combined and minimized. https://github.com/wefork/wekan/wiki/Install-from-source and in there: meteor build .build --directory

Those Install from source instructions may need fixes as some did not get it working. VirtualBox appliance at https://wekan.xet7.org does work.

At Wefork there is only little documentation, you could look is it of any help: https://github.com/wefork/wekan/wiki/Developer-Documentation

Otherwise you mostly need to refer to Meteor and Blaze documentation.

xet7 commented 7 years ago

Duplicate of https://github.com/wekan/wekan/issues/781 , continue discussion there.