0.0.7 • Published 10 years ago

gulp-staticfy v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

gulp-staticfy

Staticfy your website for gulp

Usage

First, install gulp-staticfy as a development dependency:

npm install --save-dev gulp-staticfy

Usage Examples

gulp.task(`staticfy`, function() {
        return gulp.src('src/**/*.html')
            .pipe(staticfy({
                query_string: `lang=en`
            }))
            .pipe(gulp.dest('build'));
    });

Options

options.query_string

Type: String Default value: ''

url query string

options.server_url

Type: String Default value: ''

the simple http server host

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago