Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a1exalexander/gulp

🥤 Gulp config
https://github.com/a1exalexander/gulp

css gulp html js static-website website

Last synced: 3 days ago
JSON representation

🥤 Gulp config

Awesome Lists containing this project

README

        





Gulp config

## Installation

```bash
# Create new folder and install the gulp project there
npx degit a1exalexander/gulp
cd
npm install

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

## Usage

```bash
# Run devserver
npm start
# or run deveserver with HTML validator
npm run dev
```

```bash
# 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
```