Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a1exalexander/gulp
- Owner: a1exalexander
- Created: 2020-02-03T00:44:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:12:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T20:53:41.847Z (6 days ago)
- Topics: css, gulp, html, js, static-website, website
- Language: JavaScript
- Homepage:
- Size: 2.78 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```