Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 457 Bytes

File metadata and controls

11 lines (8 loc) · 457 Bytes

GliveraTeamTest

Glivera-team test task

Frontend build

Change directory to source and run one of the following command:

  1. npm run start - install node_modules, build static for production
  2. npm run dev - rebuild node-sass, build static for development with Browsersync
  3. npm run build - install node_modules, rebuild node-sass, build static for production

Aliases for HTML images are in source/gulp-tasks/html.js file.