Skip to content

haw0k/decor-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decor Solutions website

Author:

Gulp tasks:

  • gulp: run default gulp task (sass, js, watch, browserSync) for web development;
  • build: build project to dist folder
  • sass: compile scss files
  • js: compile js files
  • watch: compile scss and js files and start browserSync

Rules for working with the starting HTML template

  1. All HTML files should have similar initial content as in app/index.html;
  2. One of the lines should always be commented out. All fonts are connected in app/sass/fonts.sass;
  3. Custom Browsers Color Start comment in app/index.html: set the color of the browser head on a variety of devices;
  4. Custom HTML comment in app/index.html - all your custom HTML;
  5. For installing new jQuery library, just run the command "bower i plugin-name" in the terminal. Libraries are automatically placed in the folder app/libs. Bower must be installed in the system (npm i -g bower). Then place all jQuery libraries paths in the 'libs' task (gulpfile.js);
  6. All custom JS located in app/js/common.js;
  7. All Sass vars placed in app/sass/_vars.scss;
  8. All media queries placed in app/sass/_media.scss;
  9. All jQuery libraries CSS styles placed in app/scss/_libs.sass;
  10. All basic styles (html, body, fonts, buttons, etc...) placed in app/scss/_base.sass;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published