GitXplorerGitXplorer
m

gulp-dev-server

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3bb796cf89cd37239ae69de1b907b2e0f94c26c2

Bump version to 1.1.3

mm19c committed 9 years ago
Unverified
900607428576da414fa1b17612a37e6b7d44d88a

Use lodash.clone as a (real) dependency

mm19c committed 9 years ago
Unverified
a11afd018a3a9e0191674194fda5e07929e4f2f2

Add install section

mm19c committed 9 years ago
Unverified
9480f97b31cc5b25062db2ee2cd7e587e0b3c340

Add badges

mm19c committed 9 years ago
Unverified
920eeffcd96f062482955b15469b95324b57e128

Update stuff

mm19c committed 9 years ago
Unverified
561ca2786db88bff1a99128adeabae5f6cec34c2

Change usage

mm19c committed 9 years ago

README

The README file for this repository.

gulp-dev-server

status downloads Code Climate Test Coverage

With gulp-dev-server you can simplify your development environment easy and uncomplicated. The annoying stopping and starting your script has an end.

Install

npm i --save-dev gulp-dev-server

Usage

var gds = require('gulp-dev-server');

// ...

gulp.task('dev', function () {
  gds.task({
    restart: ['lib/**/*.js'],
    notify: ['static/**/*.js'],
    server: {
      environment: 'development',
      script: { path: 'server.js' }
    }
  })
});

License

Copyright (c) 2015 Marc Binder marcandrebinder@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.