Skip to content

krylovsentry/gulp-static-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-static-bindings

Replaces one-way dynamic bindings with string literals to static string literals

gulp-static-bindings

NPM version

Install

$ npm install -S gulp-static-bindings 

Purpose?

How to use

gulp.task('string-static-literals', function() { // Stuff here return gulp.src('./src/**/*.html',{ base: "." }) .pipe(removeDynamicBindings()) .pipe(gulp.dest('.')); });

About

Replaces one-way dynamic bindings with string literals to static string literals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published