https://github.com/peterramsing/gulpfile.js
Gulpfile
https://github.com/peterramsing/gulpfile.js
Last synced: 8 months ago
JSON representation
Gulpfile
- Host: GitHub
- URL: https://github.com/peterramsing/gulpfile.js
- Owner: peterramsing
- Created: 2016-01-08T05:50:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T05:52:16.000Z (over 10 years ago)
- Last Synced: 2024-12-28T02:44:06.392Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulpfile.js
Assuming gulp is already installed on your machine, cd to working directory and run the following:
npm install --save-dev gulp gulp-postcss gulp-uglify gulp-sass gulp-plumber gulp-notify gulp-rename lost autoprefixer browser-sync
Then run 'gulp' to watch for changes to .js and .scss files on save.