Skip to content

evgeniybryzh/Cahee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp static config

Installation

npx degit a1exalexander/gulp-static <my-new-project>
cd <my-new-project>
npm install

Usage

# Run development server
npm start
# or run with HTML validator
npm run dev
# Build for production
npm run build

Project structure

.
├── src                    # Source files
  ├── fonts
  ├── images
  ├── js                   # Entry JS files
  ├── styles               # CSS, SASS, SCSS style files (ignore: '_')
  index.html

Rigger (import HTML components)

//= component.html