https://github.com/juliangarnier/gulp-starter-kit
Compile ES modules & SASS with Autoprefixer and watch
https://github.com/juliangarnier/gulp-starter-kit
Last synced: 6 months ago
JSON representation
Compile ES modules & SASS with Autoprefixer and watch
- Host: GitHub
- URL: https://github.com/juliangarnier/gulp-starter-kit
- Owner: juliangarnier
- Created: 2020-01-14T17:32:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:12:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T07:51:16.268Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp starter kit
A minimal Gulp config to watch and compile ES modules to ES5 and SASS files to CSS.## Setup
Install dependencies
```
npm install
```Compile JS and CSS
```
gulp
```Compile and minify JS and CSS
```
gulp --minify
```