Apache superset theming and styling

Question:

Hi All is there any tutorial to change the template? I tried to create my own variables.less and assigned it on the basic.html but no luck

Asked By: Bireon

||

Answers:

I believe you need to rebuild the assets:

cd into the /assets directory; then

$ npm install
$ npm install webpack
$ npm run prod

If this doesn’t work try, https://superset.incubator.apache.org/installation.html#making-your-own-build

Answered By: David Tobiano
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.