Skip to content

evgeniybryzh/Bhromaon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp config

Installation

# Create new folder and install the gulp project there
npx degit a1exalexander/gulp <my-new-project>
cd <my-new-project>
npm install

# or install the gulp project here
npx degit a1exalexander/gulp .
npm install

Usage

# Run devserver
npm start
# or run deveserver 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)

//= templates/_foo.html
//= _bar.html