sleek icon indicating copy to clipboard operation
sleek copied to clipboard

Setup errors during build process (Update documentation)

Open thimmayya opened this issue 3 years ago • 1 comments

Running either: npm run build or npm run dev

Will throw an error when trying to compile the scss. This seams to be due to trying to import icons.scss when it's not properly generated yet. Running npm run fontello will generate needed files and let you continue with the installation/setup of the theme.

What about adding: npm run fontello As a requirement/step in the "Installation" step in the documentation?

thimmayya avatar Jun 21 '21 09:06 thimmayya

npm run fontello used to be part of both dev and build but I removed it without updating the docs. Will do!

powerbuoy avatar Jun 30 '21 13:06 powerbuoy