Skip to content
/ static-gulp Public template

순정 프로젝트용 작업 구성

Notifications You must be signed in to change notification settings

iduk/static-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

for Static Site Deploy

정적 사이트 배포를 위한 심플한 구성의 템플릿

static-gulp/
  │
  ├─ gulpfile.babel.js
  ├─ package.json
  ├─ postcss.config.js
  ├─ .babelrc
  ├─ .prettierrc
  │
  ├─ src << 작업 디렉토리
  │   ├─ assets
  │   │   ├─ scss
  │   │   ├─ fonts
  │   │   ├─ images
  │   │   └─ js
  │   ├─ partials
  │   │   └─ base.html
  │   ├─ index.html
  │   └─ static-files.html
  │
  └─ dist << 배포시 생성되는 디렉토리
      ├─ assets
      │   ├─ css
      │   ├─ fonts
      │   ├─ images
      │   └─ js
      ├─ index.html
      └─ static-files.html