0

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

TylerH
  • 20,799
  • 66
  • 75
  • 101
Bireon
  • 179
  • 2
  • 4
  • 18

1 Answers1

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