ovh / ovh-ui-kit

OVHcloud UI Kit - Master UI Framework

Home Page:https://ovh.github.io/ovh-ui-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add compiled dist

makidelille opened this issue · comments

hello,

can we have a precompiled css, instead of having to compile less in our apps ?

thanks

i propose making a cds plan that will test/lint the code and automatically generate the dist/css on the master branch

NPM script "prepublish" can be used to execute the CSS compilation just before publishing the package on NPM.
IMHO, dist should never be commited. In addition, if the package is installed directly from GitHub URL, maybe a script "postinstall" can also compile the CSS...