I am working on activecollab custom module, so have some problem in css file placement, i placed a file in
mymodule\assets\default\stylesheets\frontend\main.css
but after installing "mymodule", activecollab not fetching that css file on run time loaded page ..
if anyone did this please help me, is there need to add a line to link that css with module? or css folder issue?
UPDATED:
Additionally i want to know what is FRONTEND and BACKEND in assets/default/stylesheets/ folder of module?
is there i need to place my normal main.css file in frontend folder?
Frontend and Backend are contexts in which assets are used:
My guess, based on your description, is that you are placing your stylesheets into a wrong context. Try backend, instead of frontend.