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
Active
Viewed 1,610 times
1 Answers
1
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

David Tobiano
- 1,188
- 8
- 10