Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 977 Bytes

README.md

File metadata and controls

37 lines (34 loc) · 977 Bytes

gulp commands

gulp for start Live server and watch js, css, image, data, vendors, html tasks
gulp vendors To copy the vendors folder to the public path
gulp data To copy the data folder to the public path
gulp clean For Cleaning the public for fresh export
gulp production to minify and remove sourcemap, will affect js, css and image

root/
├─ public/
│  ├─ assets/
│  │  ├─ css/bundle.css
│  │  ├─ js/bundle.js
│  │  ├─ vendors/
│  │  ├─ image/
│  ├─ data/
│  ├─ *.html
├─ src/
│  ├─ assets/
│  │  ├─ scss/index.scss
│  │  ├─ js/index.js
│  │  ├─ vendors/
│  │  ├─ image/
│  ├─ data/
│  ├─ pages/*.html
include HTML pieces from partials folder
@@include('./partials/<file>')
for include js pieces
// @@include('./lib/jquery-3.6.0.js')