— Sayantan Bakshi(sbongoog@gmail.com)
Instructions
- Install Gulp globally first.
npm install -g gulp - Use Google Fonts only and edit, add to the font list in src/assets/fonts/fonts.list file.
- Edit the less code in styles.less. Do not remove the fonts.css import as the fonts.css generated at build time needs to be imported into the main stylesheet.
- Put your individual less components in src/assets/less/imports. Any less file put in the imports directory is auto imported into the src/assets/less/styles.less directory while building.
Commands:
npm install— Installs gulp and other pluginsgulp clearbuild— Removes build foldergulp buildproject— Removes previous builds and builds anew