Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 374 Bytes

HOW_TO_USE.md

File metadata and controls

7 lines (5 loc) · 374 Bytes

How to use this webpack tool.

  • Search for THEME_NAME and replace it with your current theme name.
  • Check that src/scss/styles.scss and src/js/common.js matches your theme files. Change accordingly.
  • On theme folder, run nvm use && npm i. When installation is complete, check that css and js gets compiled correctly by running npm run build

Read the README file :)