Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenstornell/gulpfile-style-script
gulpfile.js for Gulp 4 - SASS and JS
https://github.com/jenstornell/gulpfile-style-script
gulp gulp-4 gulp-sass gulp-watch gulpfile
Last synced: 2 days ago
JSON representation
gulpfile.js for Gulp 4 - SASS and JS
- Host: GitHub
- URL: https://github.com/jenstornell/gulpfile-style-script
- Owner: jenstornell
- Created: 2018-12-25T14:41:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T04:44:55.000Z (about 6 years ago)
- Last Synced: 2024-01-14T08:12:14.758Z (about 1 year ago)
- Topics: gulp, gulp-4, gulp-sass, gulp-watch, gulpfile
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# gulpfile.js for Gulp 4
## SASS
SASS-files saved in `assets/css/src` will be merged and converted to CSS and put into `assets/css/dist`.
## Javascript
Javascript-files saved in `assets/js/src` will be merged and minified and put into `assets/js/dist`.
### 1. Install NodeJS
[Download](https://nodejs.org/en/) and install NodeJS.
### 2. Install Gulp
#### All packages for both CSS and JS
```text
npm install --save-dev gulp gulp-sass gulp-autoprefixer gulp-concat gulp-uglify-es gulp-csso gulp-rename
```#### Only CSS packages
```text
npm install --save-dev gulp gulp-sass gulp-autoprefixer gulp-concat gulp-csso gulp-rename
```#### Only JS packages
```text
npm install --save-dev gulp gulp-concat gulp-uglify-es gulp-rename
```### 3. Place your gulpfile.js
Place your `gulpfile.js` in your project, often at the root.
### 4. Run
Run `gulp` to watch for file changes.
When saving files in `assets/css/src` or `assets/js/src`, they should be converted and placed into the `dist` folders.
## Donate
Donate to [DevoneraAB](https://www.paypal.me/DevoneraAB) if you want.
## License
MIT