Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cilindrox/gulp-sample
A gulp project sample for an SO question
https://github.com/cilindrox/gulp-sample
Last synced: about 1 month ago
JSON representation
A gulp project sample for an SO question
- Host: GitHub
- URL: https://github.com/cilindrox/gulp-sample
- Owner: cilindrox
- License: mit
- Created: 2014-05-17T15:48:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T16:02:42.000Z (over 10 years ago)
- Last Synced: 2024-04-15T01:05:48.306Z (9 months ago)
- Language: JavaScript
- Homepage: http://stackoverflow.com/q/23506545/992453
- Size: 137 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gulp-sample
===========A gulp project sample for an SO question - http://stackoverflow.com/q/23506545/992453
## Requisites
This needs node, npm and gulp to be installed on your machine. Particularly, [gulp](http://gulpjs.com/) needs to be globally available (so you can call it from the command line). All you need to do is:
```
npm install -g gulp
```## Setup
1. Clone the repo && `cd` into it
2. Run `npm install` and let npm work its magic
3. Run `gulp`
4. ????
5. Change any file under `./assets/js` and it'll trigger both `nodemon` and the `watch` task(s).